HttpCapabilitiesProvider.GetBrowserCapabilities Method (HttpRequest)

.NET Framework (current version)
 

Gets the HttpBrowserCapabilities object for the current browser.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public abstract HttpBrowserCapabilities GetBrowserCapabilities(
	HttpRequest request
)

Parameters

request
Type: System.Web.HttpRequest

The current HttpRequest object.

Return Value

Type: System.Web.HttpBrowserCapabilities

The HttpBrowserCapabilities object for the current browser.

.NET Framework
Available since 4.0
Return to top
Show: