System.Web.UI.WebControls.Adapters Namespace
.NET Framework 2.0
Note: This namespace is new in the .NET Framework version 2.0.
The System.Web.UI.WebControls.Adapters namespace contains classes you can use to override the life-cycle stages of a Web control to modify a control's default markup or behavior for new markup standards or for specific browsers.
The WebControlAdapter class is inherited by MenuAdapter and DataBoundControlAdapter. To create a new adapter for a Web server control, begin by inheriting WebControlAdapter.
| 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. |
Community Additions
ADD
Show:
