Page::IdSeparator Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the character used to separate control identifiers when building a unique ID for a control on a page.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property wchar_t IdSeparator { virtual wchar_t get(); }
Property Value
Type: System::CharThe 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: