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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.