SGGL_SHJ/SGGL/WebAPI/Areas/HelpPage/Views/Help/DisplayTemplates/ImageSample.cshtml

4 lines
73 B
Plaintext
Raw Permalink Normal View History

2022-09-05 16:36:31 +08:00
@using WebAPI.Areas.HelpPage
@model ImageSample
<img src="@Model.Src" />