Share via


IPageAdapter Interface

Defines the interface to a page adapter.

public interface System.Web.UI.MobileControls.IPageAdapter : IControlAdapter

Remarks

All page adapters must implement this interface. This interface inherits from the IControlAdapter Interface interface, so any class that implements this interface must also implement the IControlAdapter interface. The easiest solution is to derive a class from the ControlAdapter base class, which provides a default implementation of the IControlAdapter interface.

Requirements

Namespace: System.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

IControlAdapter Interface