|
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatRedirectsAsynchronously.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "47b8f252fda34c455b97fe01ea30e9f47340d5ea35c63b1bc6d8f55a31ccb720"
// <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
#line (1,12)-(1,29) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatRedirectsAsynchronously.razor"
[StreamRendering]
#line default
#line hidden
#nullable disable
#nullable restore
public partial class StreamingComponentThatRedirectsAsynchronously : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.AddMarkupContent(0, "Some output\r\n");
}
#pragma warning restore 1998
#nullable restore
#line (4,8)-(10,1) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatRedirectsAsynchronously.razor"
protected override async Task OnInitializedAsync()
{
await Task.Yield();
Nav.NavigateTo("/somewhere/else");
}
#line default
#line hidden
#nullable disable
[global::Microsoft.AspNetCore.Components.InjectAttribute] private
#nullable restore
#line (2,9)-(2,26) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatRedirectsAsynchronously.razor"
NavigationManager
#line default
#line hidden
#nullable disable
#nullable restore
#line (2,27)-(2,30) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatRedirectsAsynchronously.razor"
Nav
#line default
#line hidden
#nullable disable
{ get; set; }
= default!;
}
}
#pragma warning restore 1591
|