StaticHtmlRenderer.RenderChildComponent(TextWriter, RenderTreeFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.