System.Web.UI.Adapters.ControlAdapter.Browser Property

Gets a reference to the browser capabilities of the client making the current HTTP request.

Syntax

protected System.Web.HttpBrowserCapabilities Browser { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Web.UI.Adapters.ControlAdapter object determines the client browser capabilities from the System.Web.HttpBrowserCapabilities object that is returned by the ControlAdapter.Browser property. This enables the System.Web.UI.Adapters.ControlAdapter object to render browser-specific markup or otherwise modify the behavior of the System.Web.UI.Control.

Requirements

Namespace: System.Web.UI.Adapters
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0