Freigeben über


BrowserHelpers.GetVaryByCustomStringForOverriddenBrowser Methode

Definition

Überlädt

GetVaryByCustomStringForOverriddenBrowser(HttpContext)

Ruft eine Zeichenfolge ab, die abhängig vom Browsertyp ist.

GetVaryByCustomStringForOverriddenBrowser(HttpContextBase)

Ruft eine Zeichenfolge ab, die abhängig vom Browsertyp ist.

GetVaryByCustomStringForOverriddenBrowser(HttpContext)

Ruft eine Zeichenfolge ab, die abhängig vom Browsertyp ist.

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

Parameter

httpContext
HttpContext

Der aktuelle Kontext.

Gibt zurück

Eine Zeichenfolge, die den Browser identifiziert.

Gilt für:

GetVaryByCustomStringForOverriddenBrowser(HttpContextBase)

Ruft eine Zeichenfolge ab, die abhängig vom Browsertyp ist.

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

Parameter

httpContext
HttpContextBase

Die aktuelle Kontextbasis.

Gibt zurück

Eine Zeichenfolge, die den Browser identifiziert.

Gilt für: