This documentation is archived and is not being maintained.

MobilePage::IdSeparator Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Namespace:  System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
virtual property wchar_t IdSeparator {
	wchar_t get () override;
}

Property Value

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

This member overrides Page::IdSeparator to return a colon (:) if the adapter is a WmlPageAdapter or XhtmlPageAdapter. Otherwise, it returns the default character.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: