Interfaces in the Mobile Controls 

This topic lists the most important interfaces provided ASP.NET for mobile controls.

  • IControlAdapter
    Defines the interface for all control adapters. This interface must be implemented when developing control adapters.
  • IPageAdapter
    Defines the interface to a page adapter. All page adapters must implement this interface.
  • ITemplateable
    Describes the interface that is implemented by all mobile controls that support template sets. It is a marker interface and has no members.

See Also

Concepts

Mobile Controls Reference