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

适用于

另请参阅