ControlAdapter Class

The ControlAdapter class itself is abstract and cannot be instantiated.

public class System.Web.UI.MobileControls.Adapters.ControlAdapter : 
   System.Web.UI.MobileControls.IControlAdapter

Remarks

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.

Requirements

Namespace: System.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

Style Property | Style Rendering | Overriding Properties | Adapter Mappings

IControlAdapter Interface