Page.IdSeparator Property

Definition

Gets the character used to separate control identifiers when building a unique ID for a control on a page.

C#
[System.ComponentModel.Browsable(false)]
public virtual char IdSeparator { get; }

Property Value

The character used to separate control identifiers. The default is set by the PageAdapter instance that renders the page. The IdSeparator is a server-side field and should not be modified.

Attributes

Applies to

See also