System.Web.UI.HtmlTextWriter.SelfClosingChars Field

Represents a space and the self-closing slash mark (/) of a markup tag.

Syntax

public const string SelfClosingChars

Remarks

The HtmlTextWriter.SelfClosingChars field is used in markup elements that are self-closed. For example:

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

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0