|
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveGreetingWebAssembly.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "06c6d86d63fe8a2d73bd50c508613adaa62b9ea71eb87d169bb8856ad5fdad93"
// <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\InteractiveGreetingWebAssembly.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#line default
#line hidden
[global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.InteractiveGreetingWebAssembly.__PrivateComponentRenderModeAttribute]
#nullable restore
public partial class InteractiveGreetingWebAssembly : 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, "p");
__builder.AddContent(1, "Hello ");
#nullable restore
#line (4,12)-(4,28) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveGreetingWebAssembly.razor"
__builder.AddContent(2, Name ?? "(null)"
#line default
#line hidden
#nullable disable
);
__builder.AddContent(3, "!");
__builder.CloseElement();
}
#pragma warning restore 1998
#nullable restore
#line (6,8)-(8,1) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\InteractiveGreetingWebAssembly.razor"
[Parameter] public string Name { get; set; }
#line default
#line hidden
#nullable disable
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
|