4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
@using WebApi.Areas.HelpPage
|
||
|
@model ImageSample
|
||
|
|
||
|
<img src="@Model.Src" />
|