Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Web.UI.Adapters Namespace

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. This is useful if you want to modify a control's 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 the System.Web.UI.WebControls.Adapters..::.WebControlAdapter class.

  ClassDescription
06e98zdt.pubclass(en-us,VS.90).gifControlAdapter 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.
06e98zdt.pubclass(en-us,VS.90).gifPageAdapter Adapts a Web page for a specific browser and provides the base class from which all page adapters inherit, directly or indirectly.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker