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