|
#pragma checksum "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\Pages\Home.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "a9a489615e6b324df78d257b7cc2abe3d62bf2fc860f460a9a0ff2a0032f99e6"
// <auto-generated/>
#pragma warning disable 1591
namespace DevTunnels.WebFrontEnd.Components.Pages
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,28) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using System.Net.Http.Json
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,47) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (5,2)-(5,43) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (6,2)-(6,61) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using static Microsoft.AspNetCore.Components.Web.RenderMode
#nullable disable
;
#nullable restore
#line (7,2)-(7,58) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web.Virtualization
#nullable disable
;
#nullable restore
#line (8,2)-(8,27) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (9,2)-(9,30) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using DevTunnels.WebFrontEnd
#nullable disable
;
#nullable restore
#line (10,2)-(10,41) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\_Imports.razor"
using DevTunnels.WebFrontEnd.Components
#nullable disable
;
#line default
#line hidden
[global::Microsoft.AspNetCore.Components.RouteAttribute(
// language=Route,Component
#nullable restore
#line (1,7)-(1,10) "D:\a\_work\1\s\playground\DevTunnels\DevTunnels.WebFrontEnd\Components\Pages\Home.razor"
"/"
#line default
#line hidden
#nullable disable
)]
#nullable restore
public partial class Home : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Web.PageTitle>(0);
__builder.AddAttribute(1, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
__builder2.AddContent(2, "Home");
}
));
__builder.CloseComponent();
__builder.AddMarkupContent(3, "\r\n\r\n");
__builder.AddMarkupContent(4, "<h1>Hello, world!</h1>\r\n\r\nWelcome to your new app.\r\n");
}
#pragma warning restore 1998
}
}
#pragma warning restore 1591
|