System.Web.UI.WebControls.Adapters Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Classes
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. |
Remarks
The WebControlAdapter class is inherited by MenuAdapter and DataBoundControlAdapter classes.