Share via


StaticHtmlRenderer.RenderChildComponent(TextWriter, RenderTreeFrame) Method

Definition

Renders the specified component frame as HTML to the output.

protected virtual void RenderChildComponent (System.IO.TextWriter output, ref Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame componentFrame);
abstract member RenderChildComponent : System.IO.TextWriter * RenderTreeFrame -> unit
override this.RenderChildComponent : System.IO.TextWriter * RenderTreeFrame -> unit
Protected Overridable Sub RenderChildComponent (output As TextWriter, ByRef componentFrame As RenderTreeFrame)

Parameters

output
TextWriter

The output destination.

componentFrame
RenderTreeFrame

The RenderTreeFrame representing the component to be rendered.

Applies to