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" />

適用対象

こちらもご覧ください