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