common/Service/MeterProcessState/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml

6 lines
107 B
Plaintext
Raw Permalink Normal View History

2026-04-23 15:50:07 +00:00
@using Service.MeterProcessState.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>