ControlAdapter Class
.NET Framework 3.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
MobileControl.Style Property
Adapter Sets Functionality
Control and Adapter Interaction
Introduction to Device Filtering in ASP.NET
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 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.Reference
ControlAdapter MembersSystem.Web.UI.MobileControls.Adapters Namespace
IControlAdapter
MobileControl.Style Property
Other Resources
Architectural Overview of Adaptive RenderingAdapter Sets Functionality
Control and Adapter Interaction
Introduction to Device Filtering in ASP.NET
Styles
Overriding Properties
Adapter Mappings
Community Additions
ADD
Show: