Files
xinjiang/SGGL/WebAPI/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml
T

6 lines
88 B
Plaintext
Raw Normal View History

2025-12-10 15:58:02 +08:00
@using WebAPI.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>