HtmlRootComponent Struct
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.
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. |