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

4 lines
73 B
Plaintext
Raw Normal View History

2025-04-07 17:43:30 +08:00
@using WebAPI.Areas.HelpPage
@model ImageSample
<img src="@Model.Src" />