Page.IdSeparator Property

Definition

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

public:
 virtual property char IdSeparator { char get(); };
[System.ComponentModel.Browsable(false)]
public virtual char IdSeparator { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IdSeparator : char
Public Overridable ReadOnly Property IdSeparator As Char

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