BrowserHelpers.ClearOverriddenBrowser(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.
Removes any overridden user agent for the current request.
public static void ClearOverriddenBrowser(this System.Web.HttpContextBase httpContext);
static member ClearOverriddenBrowser : System.Web.HttpContextBase -> unit
<Extension()>
Public Sub ClearOverriddenBrowser (httpContext As HttpContextBase)
Parameters
- httpContext
- HttpContextBase
The current context.