BrowserCapabilitiesFactory.Ie5ProcessBrowsers Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes an HttpBrowserCapabilities object that represents the capabilities of the Ie5 browser making the current request.
Namespace: System.Web.ConfigurationAssembly: System.Web (in system.web.dll)
protected virtual void Ie5ProcessBrowsers ( bool ignoreApplicationBrowsers, NameValueCollection headers, HttpBrowserCapabilities browserCaps )
protected void Ie5ProcessBrowsers ( boolean ignoreApplicationBrowsers, NameValueCollection headers, HttpBrowserCapabilities browserCaps )
protected function Ie5ProcessBrowsers ( ignoreApplicationBrowsers : boolean, headers : NameValueCollection, browserCaps : HttpBrowserCapabilities )
Not applicable.
Parameters
- ignoreApplicationBrowsers
true to ignore definitions for the Ie5 browser in application-level browser definition files; otherwise, false.
- headers
The collection of headers included in the current request.
- browserCaps
The HttpBrowserCapabilities object to initialize.