//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:N.N.NNNNN.N // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Razor { public class @__CompiledTemplate { private static object @__o; #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 2 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml" __o = hello; #line default #line hidden #line 3 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml" foreach(char c in hello) { #line default #line hidden #line 4 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml" __o = c; #line default #line hidden #line 5 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml" } #line default #line hidden } } }