BrowserHelpers.GetOverriddenUserAgent(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 overridden user agent value or the actual user agent string if no override has been specified.
public static string GetOverriddenUserAgent (this System.Web.HttpContextBase httpContext);
static member GetOverriddenUserAgent : System.Web.HttpContextBase -> string
<Extension()>
Public Function GetOverriddenUserAgent (httpContext As HttpContextBase) As String
Parameters
- httpContext
- HttpContextBase
The current context.
Returns
The user agent string