System.Web.UI.Control.ClientIDSeparator Property

Gets a character value representing the separator character used in the Control.ClientID property.

Syntax

protected char ClientIDSeparator { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.ClientID value is generated by concatenating the Control.ID value of the control and the Control.UniqueID value of its parent control. Each part of the generated Control.ID property is separated by the Control.ClientIDSeparator property value. The value always returns an underscore (_).

Requirements

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