HtmlTextWriter.SelfClosingChars 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示空格和标记的自结束斜杠 (/)。
public: System::String ^ SelfClosingChars;
public const string SelfClosingChars;
val mutable SelfClosingChars : string
Public Const SelfClosingChars As String
字段值
注解
字段 SelfClosingChars 用于自闭合的标记元素中。 例如:
<input type="submit" value="go" />