54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
namespace Razor
|
|
{
|
|
using System.Threading.Tasks;
|
|
|
|
public class __CompiledTemplate
|
|
{
|
|
private static object @__o;
|
|
private void @__RazorDesignTimeHelpers__()
|
|
{
|
|
#pragma warning disable 219
|
|
#pragma warning restore 219
|
|
}
|
|
#line hidden
|
|
public __CompiledTemplate()
|
|
{
|
|
}
|
|
|
|
#pragma warning disable 1998
|
|
public override async Task ExecuteAsync()
|
|
{
|
|
#line 1 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml"
|
|
|
|
string hello = "Hello, World";
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 11 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml"
|
|
__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 13 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml"
|
|
__o = c;
|
|
|
|
#line default
|
|
#line hidden
|
|
#line 13 "C:\This\Path\Is\Just\For\Line\Pragmas.cshtml"
|
|
}
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
}
|
|
#pragma warning restore 1998
|
|
}
|
|
}
|