HtmlTextWriter.SelfClosingChars Campo

Definizione

Rappresenta uno spazio e la barra di autochiusura (/) di un tag del markup.

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

Valore del campo

Commenti

Il SelfClosingChars campo viene usato negli elementi di markup che sono auto-chiusi. Ad esempio:

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

Si applica a

Vedi anche