SGGL_SGY/SUBQHSE/WebAPI/Areas/HelpPage/Views/Help/DisplayTemplates/ImageSample.cshtml

4 lines
73 B
Plaintext
Raw Normal View History

2025-05-08 14:26:36 +08:00
@using WebAPI.Areas.HelpPage
@model ImageSample
<img src="@Model.Src" />