Megosztás a következőn keresztül:


BrowserHelpers.GetVaryByCustomStringForOverriddenBrowser Method

Definition

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.

Applies to