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

6 lines
88 B
Plaintext
Raw Normal View History

2025-04-07 17:43:30 +08:00
@using WebAPI.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>