DongYing/DongYingAPI/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml

6 lines
93 B
Plaintext

@using DongYingAPI.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>