2 references to StreamingComponentThatRedirectsAsynchronously
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
RazorComponentResultTest.cs (2)
247
var result = new RazorComponentResult(typeof(
StreamingComponentThatRedirectsAsynchronously
))
267
await new RazorComponentResult(typeof(
StreamingComponentThatRedirectsAsynchronously
)).ExecuteAsync(httpContext);