HtmlTextWriter.SelfClosingChars 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示空格以及標記的自行結尾斜線符號 (/)。
public: System::String ^ SelfClosingChars;
public const string SelfClosingChars;
val mutable SelfClosingChars : string
Public Const SelfClosingChars As String
欄位值
備註
欄位 SelfClosingChars 用於自我關閉的標記專案。 例如:
<input type="submit" value="go" />