Files
OnDoc/API_NetFramework/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml
Stefan Hutter ea8d48ac9e Update 20240719
2024-07-19 17:03:49 +02:00

6 lines
98 B
Plaintext

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