linux-packaging-mono/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.Adapters.xml
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

13 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.UI.Adapters">
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N: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.</para>
</summary>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Web.UI.WebControls.Adapters.WebControlAdapter" /> class inherits from the <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> class. The <see cref="T:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter" /> and <see cref="T:System.Web.UI.WebControls.Adapters.MenuAdapter" /> classes inherit from the <see cref="T:System.Web.UI.WebControls.Adapters.WebControlAdapter" /> class.</para>
</remarks>
</Docs>
</Namespace>