|
#pragma checksum "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\MainLayout.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "52504ba55b9e44de5f14e5b19704626ccc4ee597579b9d1da24e268d32d6416c"
// <auto-generated/>
#pragma warning disable 1591
namespace Wasm.Performance.TestApp.Shared
{
#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\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,47) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,43) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (5,2)-(5,27) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (6,2)-(6,32) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp
#nullable disable
;
#nullable restore
#line (7,2)-(7,39) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp.Shared
#nullable disable
;
#line default
#line hidden
#nullable restore
public partial class MainLayout :
#nullable restore
#line (1,11)-(1,30) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\MainLayout.razor"
LayoutComponentBase
#line default
#line hidden
#nullable disable
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.AddMarkupContent(0, "<h1>E2E Performance</h1>\r\n\r\n");
__builder.AddMarkupContent(1, "<a href>Home</a> |\r\n");
__builder.AddMarkupContent(2, "<a href=\"renderlist\">RenderList</a> |\r\n");
__builder.AddMarkupContent(3, "<a href=\"json\">JSON</a> |\r\n");
__builder.AddMarkupContent(4, "<a href=\"orgchart\">OrgChart</a> |\r\n");
__builder.AddMarkupContent(5, "<a href=\"timer\">Timer</a> |\r\n");
__builder.AddMarkupContent(6, "<a href=\"gridrendering\">Grid</a>\r\n\r\n<hr>\r\n\r\n");
__builder.OpenElement(7, "div");
#nullable restore
#line (15,6)-(15,10) 24 "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\MainLayout.razor"
__builder.AddContent(8, Body
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
}
#pragma warning restore 1998
}
}
#pragma warning restore 1591
|