Basf_FCL/FCL/WebApi/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml

6 lines
88 B
Plaintext
Raw Permalink Normal View History

2024-05-08 10:17:02 +08:00
@using WebApi.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>