HtmlTextWriter.SelfClosingChars Pole

Definice

Představuje mezeru a samouzavírací lomítko (/) značky značek.

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

Hodnota pole

Poznámky

Pole se SelfClosingChars používá v elementech značek, které se samy zavírají. Příklad:

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

Platí pro

Viz také