HttpCapabilitiesBase.GetConfigCapabilities Method (String, HttpRequest)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Used internally to return an instance of HttpCapabilitiesBase representing the browser that generated the specified HttpRequest.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPermissionAttribute(SecurityAction.Assert, Unrestricted = true)] public static HttpCapabilitiesBase GetConfigCapabilities( string configKey, HttpRequest request )
Parameters
- configKey
-
Type:
System.String
The name of the configuration section that configures browser capabilities.
- request
-
Type:
System.Web.HttpRequest
The HttpRequest generated by the browser for which to return capabilities and which is usually the current HttpRequest.
Return Value
Type: System.Web.Configuration.HttpCapabilitiesBaseAn instance of HttpCapabilitiesBase representing the browser that generated the specified HttpRequest.
.NET Framework
Available since 1.1
Available since 1.1
Show: