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