HtmlRootComponent Struct

Definition

Represents the output of rendering a root component as HTML. The content can change if the component instance re-renders.

public readonly struct HtmlRootComponent
type HtmlRootComponent = struct
Public Structure HtmlRootComponent
Inheritance
HtmlRootComponent

Properties

QuiescenceTask

Gets a Task that completes when the component hierarchy has completed asynchronous tasks such as loading.

Methods

ToHtmlString()

Returns an HTML string representation of the component's latest output.

WriteHtmlTo(TextWriter)

Writes the component's latest output as HTML to the specified writer.

Applies to