6 instantiations of 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);
3 references to ComponentStateHtmlContent
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
35
return
ComponentStateHtmlContent
.Empty;
121
return
ComponentStateHtmlContent
.Empty;
203
public static
ComponentStateHtmlContent
Empty { get; } = new(null, null);