51 lines
994 B
Plaintext
51 lines
994 B
Plaintext
namespace Razor
|
|
{
|
|
|
|
public class __CompiledTemplate
|
|
{
|
|
private static object @__o;
|
|
private void @__RazorDesignTimeHelpers__()
|
|
{
|
|
#pragma warning disable 219
|
|
#pragma warning restore 219
|
|
}
|
|
#line hidden
|
|
public __CompiledTemplate()
|
|
{
|
|
}
|
|
|
|
public override void Execute()
|
|
{
|
|
#line 1 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml"
|
|
|
|
string hello = "Hello, World";
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 1 "This is here only for document formatting."
|
|
__o = hello;
|
|
|
|
#line default
|
|
#line hidden
|
|
#line 13 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml"
|
|
foreach(char c in hello) {
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 1 "This is here only for document formatting."
|
|
__o = c;
|
|
|
|
#line default
|
|
#line hidden
|
|
#line 13 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml"
|
|
}
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
}
|
|
}
|
|
}
|