TextSample.cshtml 100 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 @using AIAHTML5.ADMIN.API.Areas.HelpPage @model TextSample <pre class="wrapped"> @Model.Text </pre>