MobileControlBuilder Class
Provides parsing support for all ASP.NET mobile controls.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
The class object is internally created and used by the page parser when parsing a mobile control. Mobile controls that implement their own custom persistence must use a control builder that inherits from MobileControlBuilder class. The MobileControlBuilder class implements the following persistence behavior:
Ignores white space directly inside the control.
Recognizes DeviceSpecific objects.
Enforces that forms are at the top level.
Enforces that style sheets are at the top level.
Enforces that styles are in style sheets.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Web.UI::ControlBuilder
System.Web.UI.MobileControls::MobileControlBuilder
System.Web.UI.MobileControls::ListControlBuilder
System.Web.UI.MobileControls::LiteralTextContainerControlBuilder
System.Web.UI.MobileControls::LiteralTextControlBuilder
System.Web.UI.MobileControls::ObjectListControlBuilder
System.Web.UI.MobileControls::StyleSheetControlBuilder
System.Web.UI.MobileControls::TextBoxControlBuilder
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.