1 type derived from StaticHtmlRenderer
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
38internal partial class EndpointHtmlRenderer : StaticHtmlRenderer, IComponentPrerenderer
1 instantiation of StaticHtmlRenderer
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\HtmlRenderer.cs (1)
25_passiveHtmlRenderer = new StaticHtmlRenderer(services, loggerFactory);
5 references to StaticHtmlRenderer
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
27/// A <see cref="StaticHtmlRenderer"/> subclass which is also the implementation of the
Microsoft.AspNetCore.Components.Web (4)
HtmlRendering\HtmlRenderer.cs (1)
16private readonly StaticHtmlRenderer _passiveHtmlRenderer;
HtmlRendering\HtmlRootComponent.cs (2)
13private readonly StaticHtmlRenderer? _renderer; 16internal HtmlRootComponent(StaticHtmlRenderer renderer, int componentId, Task quiescenceTask)
HtmlRendering\StaticHtmlRenderer.cs (1)
28/// Constructs an instance of <see cref="StaticHtmlRenderer"/>.