Files
OnDoc/API_NetFramework/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml
2024-07-18 14:22:38 +02:00

6 lines
103 B
Plaintext

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