3 instantiations of PrerenderedComponentHtmlContent
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Prerendering.cs (3)
124var result = new PrerenderedComponentHtmlContent(Dispatcher, htmlRootComponent); 149var result = new PrerenderedComponentHtmlContent(Dispatcher, component); 309= new PrerenderedComponentHtmlContent(null, default);
13 references to PrerenderedComponentHtmlContent
Microsoft.AspNetCore.Components.Endpoints (13)
Rendering\EndpointHtmlRenderer.Prerendering.cs (11)
124var result = new PrerenderedComponentHtmlContent(Dispatcher, htmlRootComponent); 138internal async ValueTask<PrerenderedComponentHtmlContent> RenderEndpointComponent( 149var result = new PrerenderedComponentHtmlContent(Dispatcher, component); 161private async Task WaitForResultReady(bool waitForQuiescence, PrerenderedComponentHtmlContent result) 238public static ValueTask<PrerenderedComponentHtmlContent> HandleNavigationException(HttpContext httpContext, NavigationException navigationException) 259private static ValueTask<PrerenderedComponentHtmlContent> HandleNavigationBeforeResponseStarted(HttpContext httpContext, string destinationLocation) 270return new ValueTask<PrerenderedComponentHtmlContent>(PrerenderedComponentHtmlContent.Empty); 275return new ValueTask<PrerenderedComponentHtmlContent>(PrerenderedComponentHtmlContent.Empty); 308public static PrerenderedComponentHtmlContent Empty { get; }
Results\RazorComponentResultExecutor.cs (2)
71var htmlContent = (EndpointHtmlRenderer.PrerenderedComponentHtmlContent)(await endpointHtmlRenderer.PrerenderComponentAsync(