ControlAdapter Class
.NET Framework 2.0
The ControlAdapter class itself is abstract and cannot be instantiated.
Namespace: System.Web.UI.MobileControls.Adapters
Assembly: System.Web.Mobile (in system.web.mobile.dll)
System.Web.UI.MobileControls.Adapters Namespace
IControlAdapter Interface
MobileControl.Style Property
Adapter Sets Functionality
Control and Adapter Interaction
ASP.NET Device Filtering Overview
Styles
Overriding Properties
Adapter Mappings
Assembly: System.Web.Mobile (in system.web.mobile.dll)
The ControlAdapter class provides a general base class from which control adapters can inherit. This class provides a default implementation of the IControlAdapter interface required for all adapters. The default rendering implementation of the base class should be to render all child controls. This allows the base class to be used as an adapter for composition controls.
- 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.Object
System.Web.UI.MobileControls.Adapters.ControlAdapter
System.Web.UI.MobileControls.Adapters.HtmlControlAdapter
System.Web.UI.MobileControls.Adapters.WmlControlAdapter
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter
System.Web.UI.MobileControls.Adapters.ControlAdapter
System.Web.UI.MobileControls.Adapters.HtmlControlAdapter
System.Web.UI.MobileControls.Adapters.WmlControlAdapter
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter
Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
ControlAdapter MembersSystem.Web.UI.MobileControls.Adapters Namespace
IControlAdapter Interface
MobileControl.Style Property
Other Resources
Architectural Overview of Adaptive Control BehaviorAdapter Sets Functionality
Control and Adapter Interaction
ASP.NET Device Filtering Overview
Styles
Overriding Properties
Adapter Mappings
Community Additions
ADD
Show: