|
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\GenericComponent.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "a9c847cece3c2f3f13ba2ab62b067af391991b3f87c17e794cf34529fdd494c7"
// <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 GenericComponent<
#nullable restore
#line (1,12)-(1,18) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\GenericComponent.razor"
TValue
#line default
#line hidden
#nullable disable
> : 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, "Generic value: ");
#nullable restore
#line (3,21)-(3,50) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\GenericComponent.razor"
__builder.AddContent(2, Value?.ToString() ?? "(null)"
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
}
#pragma warning restore 1998
#nullable restore
#line (4,8)-(6,1) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\GenericComponent.razor"
[Parameter] public TValue Value { get; set; }
#line default
#line hidden
#nullable disable
}
}
#pragma warning restore 1591
|