HtmlRootComponent.ToHtmlString 方法

定义

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

public string ToHtmlString ();
member this.ToHtmlString : unit -> string
Public Function ToHtmlString () As String

返回

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

适用于