|
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveWithInteractiveChild.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "b50b3080e7547ce5ff13a35770bc49a5626dd1680f9bd3bd85b4fda74c7a1a1f"
// <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;
#nullable restore
#line (1,2)-(1,43) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveWithInteractiveChild.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#line default
#line hidden
[global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.InteractiveWithInteractiveChild.__PrivateComponentRenderModeAttribute]
#nullable restore
public partial class InteractiveWithInteractiveChild : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.OpenElement(0, "h1");
__builder.AddContent(1, "This is ");
#nullable restore
#line (4,14)-(4,53) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveWithInteractiveChild.razor"
__builder.AddContent(2, nameof(InteractiveWithInteractiveChild)
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
__builder.AddMarkupContent(3, "\r\n\r\n");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.InteractiveGreetingServer>(4);
__builder.AddComponentParameter(5, nameof(global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.InteractiveGreetingServer.
#nullable restore
#line (6,28)-(6,32) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveWithInteractiveChild.razor"
Name
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.String>(
#nullable restore
#line (6,36)-(6,80) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveWithInteractiveChild.razor"
$"from {nameof (InteractiveGreetingServer)}"
#line default
#line hidden
#nullable disable
));
__builder.CloseComponent();
}
#pragma warning restore 1998
private sealed class __PrivateComponentRenderModeAttribute : global::Microsoft.AspNetCore.Components.RenderModeAttribute
{
private static global::Microsoft.AspNetCore.Components.IComponentRenderMode ModeImpl => RenderMode.InteractiveWebAssembly
;
public override global::Microsoft.AspNetCore.Components.IComponentRenderMode Mode => ModeImpl;
}
}
}
#pragma warning restore 1591
|