Files
OnDoc/API_NetFramework - Kopie (2)/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml
Stefan Hutter 00eae8a837 Update 20250204
2025-02-04 22:36:20 +01:00

6 lines
98 B
Plaintext

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