MobilePage.IdSeparator Property

This property 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 */
public char get_IdSeparator ()

public override function get IdSeparator () : char

Not applicable.

Property Value

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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: