Share via


IControlAdapter Interface

Defines the interface to a control adapter.

public interface System.Web.UI.MobileControls.IControlAdapter

Remarks

All control adapters must implement the IControlAdapter interface. Usually, a control adapter inherits directly or indirectly from the System.Web.UI.MobileControls.Adapters.ControlAdapter base class, which provides a default implementation of this interface.

Requirements

Namespace: System. Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

Adding New Device Adapters and Device Support