BrowserHelpers.GetOverriddenBrowser(HttpContextBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the browser capabilities object for the overridden browser capabilities or for the actual browser if no override has been specified.
public static System.Web.HttpBrowserCapabilitiesBase GetOverriddenBrowser (this System.Web.HttpContextBase httpContext);
static member GetOverriddenBrowser : System.Web.HttpContextBase -> System.Web.HttpBrowserCapabilitiesBase
<Extension()>
Public Function GetOverriddenBrowser (httpContext As HttpContextBase) As HttpBrowserCapabilitiesBase
Parameters
- httpContext
- HttpContextBase
The current context.
Returns
The browser capabilities.