HtmlRootComponent Struct
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.
C#
public readonly struct HtmlRootComponent
type HtmlRootComponent = struct
Public Structure HtmlRootComponent
- Inheritance
-
HtmlRootComponent
Quiescence |
Gets a Task that completes when the component hierarchy has completed asynchronous tasks such as loading. |
To |
Returns an HTML string representation of the component's latest output. |
Write |
Writes the component's latest output as HTML to the specified writer. |
Product | Versions |
---|---|
ASP.NET Core | 8.0, 9.0 |