Gets the control adapter responsible for rendering the specified control.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Function ResolveAdapter As [%$TOPIC/c79w12c1_en-us_VS_110_1_0_0_0_0%]
protected virtual [%$TOPIC/c79w12c1_en-us_VS_110_1_0_1_0_0%] ResolveAdapter()
protected:
virtual [%$TOPIC/c79w12c1_en-us_VS_110_1_0_2_0_0%]^ ResolveAdapter()
abstract ResolveAdapter : unit -> [%$TOPIC/c79w12c1_en-us_VS_110_1_0_3_0_0%]
override ResolveAdapter : unit -> [%$TOPIC/c79w12c1_en-us_VS_110_1_0_3_0_1%]
Return Value
Type: System.Web.UI.AdaptersControlAdapterA ControlAdapter that will render the control.
ASP.NET Web pages are viewable across a wide range of devices that are capable of requesting pages from the Web. The ResolveAdapter method returns the control adapter responsible for rendering the control on the specific browser or device that requested the ASP.NET page.
The specific adapter type returned depends on the descendent type of the Control class that is being rendered.
For more information about adapters, see Architectural Overview of Adaptive Control Behavior.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.