The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HtmlTextWriter::SelfClosingChars Field
.NET Framework (current version)
Represents a space and the self-closing slash mark (/) of a markup tag.
Assembly: System.Web (in System.Web.dll)
The SelfClosingChars field is used in markup elements that are self-closed. For example:
<input type="submit" value="go" />
.NET Framework
Available since 1.1
Available since 1.1
Show: