HttpCapabilitiesBase.GetConfigCapabilities Method
.NET Framework 3.0
This method supports the .NET Framework 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.
Namespace: System.Web.ConfigurationAssembly: System.Web (in system.web.dll)
public static HttpCapabilitiesBase GetConfigCapabilities ( string configKey, HttpRequest request )
public static HttpCapabilitiesBase GetConfigCapabilities ( String configKey, HttpRequest request )
public static function GetConfigCapabilities ( configKey : String, request : HttpRequest ) : HttpCapabilitiesBase
Not applicable.
Parameters
- configKey
The name of the configuration section that configures browser capabilities.
- request
The HttpRequest generated by the browser for which to return capabilities and which is usually the current HttpRequest.
Return Value
An instance of HttpCapabilitiesBase representing the browser that generated the specified HttpRequest.Community Additions
ADD
Show: