This documentation is archived and is not being maintained.
System.Web.UI.WebControls.Adapters Namespace
Visual Studio 2010
The System.Web.UI.WebControls.Adapters namespace contains classes that you can use to override the life-cycle stages of a Web control. The classes enable you to modify a control's markup or behavior for new markup standards or for specific browsers.
The WebControlAdapter class is inherited by MenuAdapter and DataBoundControlAdapter classes.
| Class | Description | |
|---|---|---|
![]() | DataBoundControlAdapter | Customizes the behavior of a DataBoundControl object with which the adapter is associated for specific browser requests. |
![]() | HideDisabledControlAdapter | Provides rendering capabilities for the associated Web control to modify the default markup or behavior for a specific browser. |
![]() | HierarchicalDataBoundControlAdapter | Customizes the behavior of a HierarchicalDataBoundControl object with which this control adapter is associated, for specific browser requests. |
![]() | MenuAdapter | Provides the means to modify the behavior of the Menu control for specific browsers. |
![]() | WebControlAdapter | Customizes rendering for the Web control to which the control adapter is attached, to modify the default markup or behavior for specific browsers. |
Show:
