HtmlRootComponent 结构

定义

表示将根组件呈现为 HTML 的输出。 如果组件实例重新呈现,内容可能会更改。

public readonly struct HtmlRootComponent
type HtmlRootComponent = struct
Public Structure HtmlRootComponent
继承
HtmlRootComponent

属性

QuiescenceTask

获取在 Task 组件层次结构完成异步任务(例如加载)时完成的 。

方法

ToHtmlString()

返回组件最新输出的 HTML 字符串表示形式。

WriteHtmlTo(TextWriter)

将组件的最新输出作为 HTML 写入指定的编写器。

适用于