6 instantiations of ComponentStateHtmlContent
Microsoft.AspNetCore.Components.Endpoints (6)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (6)
56ProtectedPrerenderComponentApplicationStore protectedStore => new ComponentStateHtmlContent(protectedStore, null), 57PrerenderComponentApplicationStore prerenderStore => new ComponentStateHtmlContent(null, prerenderStore), 105return new ComponentStateHtmlContent( 145return new ComponentStateHtmlContent(protectedStore, null); 150return new ComponentStateHtmlContent(null, store); 203public static ComponentStateHtmlContent Empty { get; } = new(null, null);
3 references to ComponentStateHtmlContent
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
35return ComponentStateHtmlContent.Empty; 121return ComponentStateHtmlContent.Empty; 203public static ComponentStateHtmlContent Empty { get; } = new(null, null);