DeviceManager/DeviceRepair.Api/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml
2024-05-28 22:36:38 +08:00

6 lines
98 B
Plaintext

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