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

适用于

另请参阅