|
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestLayout.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "24567c9bff86db69303c5729445b076ec5175f1b2a70197c74cd22c125e5e439"
// <auto-generated/>
#pragma warning disable 1591
namespace Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#line default
#line hidden
[global::Microsoft.AspNetCore.Components.LayoutAttribute(typeof(
#nullable restore
#line (2,9)-(2,25) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestLayout.razor"
TestParentLayout
#line default
#line hidden
#nullable disable
))]
#nullable restore
public partial class TestLayout :
#nullable restore
#line (1,11)-(1,30) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestLayout.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.AddContent(0, "[");
#nullable restore
#line (3,3)-(3,21) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestLayout.razor"
__builder.AddContent(1, nameof(TestLayout)
#line default
#line hidden
#nullable disable
);
__builder.AddContent(2, " with content: ");
#nullable restore
#line (3,37)-(3,41) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestLayout.razor"
__builder.AddContent(3, Body
#line default
#line hidden
#nullable disable
);
__builder.AddMarkupContent(4, "]\r\n");
}
#pragma warning restore 1998
}
}
#pragma warning restore 1591
|