Page.IdSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.