1 override of WriteComponentHtml
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
260
protected override void
WriteComponentHtml
(int componentId, TextWriter output)
5 references to WriteComponentHtml
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
285
base.
WriteComponentHtml
(componentId, output);
294
base.
WriteComponentHtml
(componentId, wrappedOutput);
362
base.
WriteComponentHtml
(componentId, output);
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\HtmlRootComponent.cs (1)
49
=> _renderer?.
WriteComponentHtml
(_componentId, output);
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
50
WriteComponentHtml
(componentFrame.ComponentId, output);