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.

Classes