TextSample.cshtml.pp 100 Bytes
@using $rootnamespace$.Areas.HelpPage
@model TextSample

<pre class="wrapped">
@Model.Text
</pre>