BrowserHelpers.GetVaryByCustomStringForOverriddenBrowser 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.
Overloads
GetVaryByCustomStringForOverriddenBrowser(HttpContext) |
Gets a string that varies based on the type of the browser. |
GetVaryByCustomStringForOverriddenBrowser(HttpContextBase) |
Gets a string that varies based on the type of the browser. |
GetVaryByCustomStringForOverriddenBrowser(HttpContext)
Gets a string that varies based on the type of the browser.
public static string GetVaryByCustomStringForOverriddenBrowser (this System.Web.HttpContext httpContext);
static member GetVaryByCustomStringForOverriddenBrowser : System.Web.HttpContext -> string
<Extension()>
Public Function GetVaryByCustomStringForOverriddenBrowser (httpContext As HttpContext) As String
Parameters
- httpContext
- HttpContext
The current context.
Returns
A string that identifies the browser.
Applies to
GetVaryByCustomStringForOverriddenBrowser(HttpContextBase)
Gets a string that varies based on the type of the browser.
public static string GetVaryByCustomStringForOverriddenBrowser (this System.Web.HttpContextBase httpContext);
static member GetVaryByCustomStringForOverriddenBrowser : System.Web.HttpContextBase -> string
<Extension()>
Public Function GetVaryByCustomStringForOverriddenBrowser (httpContext As HttpContextBase) As String
Parameters
- httpContext
- HttpContextBase
The current context base.
Returns
A string that identifies the browser.