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