MvcHtmlString 類別

定義

表示不應該再次編碼的 HTML 編碼字串。

public sealed class MvcHtmlString : System.Web.HtmlString
type MvcHtmlString = class
    inherit HtmlString
Public NotInheritable Class MvcHtmlString
Inherits HtmlString
繼承
MvcHtmlString

建構函式

MvcHtmlString(String)

初始化 MvcHtmlString 類別的新執行個體。

欄位

Empty

包含空白 HTML 字串。

方法

Create(String)

使用指定的文字值,建立 HTML 編碼的字串。

IsNullOrEmpty(MvcHtmlString)

判斷指定的字串是否包含內容,或為 Null 或空白。

適用於