0 out of 1 rated this helpful - Rate this topic

System.Web.UI.Adapters Namespace

Note: This namespace is new in the .NET Framework version 2.0.

The System.Web.UI.Adapters namespace contains the base classes for control adapters and page adapters; you can use these adapters to override the life-cycle states of pages and controls to modify their default markup or behavior for new markup standards or for specific browsers.

The System.Web.UI.WebControls.Adapters.WebControlAdapter class inherits from the ControlAdapter class. The System.Web.UI.WebControls.Adapters.DataBoundControlAdapter and System.Web.UI.WebControls.Adapters.MenuAdapter classes inherit from System.Web.UI.WebControls.Adapters.WebControlAdapter class.

  Class Description
Public class ControlAdapter Customizes rendering for the derived control to which the adapter is attached, to modify the default markup or behavior for specific browsers, and is the base class from which all control adapters inherit.
Public class PageAdapter Adapts a Web page for a specific browser and provides the base class from which all page adapters inherit, directly or indirectly.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ