共用方式為


HtmlRootComponent 結構

定義

表示將根元件轉譯為 HTML 的輸出。 如果元件實例重新轉譯,內容可能會變更。

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

屬性

QuiescenceTask

取得 , Task 當元件階層已完成載入等非同步工作時完成。

方法

ToHtmlString()

傳回元件最新輸出的 HTML 字串表示。

WriteHtmlTo(TextWriter)

將元件的最新輸出寫入至指定的寫入器。

適用於