HtmlTextWriter.SelfClosingChars 欄位

定義

表示空格以及標記的自行結尾斜線符號 (/)。

public: System::String ^ SelfClosingChars;
public const string SelfClosingChars;
val mutable SelfClosingChars : string
Public Const SelfClosingChars As String 

欄位值

備註

欄位 SelfClosingChars 用於自我關閉的標記專案。 例如:

<input type="submit" value="go" />

適用於

另請參閱