Sdílet prostřednictvím


DefaultViewLocationCache.GetViewLocation(HttpContextBase, String) Metoda

Definice

Načte výchozí umístění zobrazení pomocí zadaného kontextu HTTP a klíče mezipaměti.

public string GetViewLocation (System.Web.HttpContextBase httpContext, string key);
abstract member GetViewLocation : System.Web.HttpContextBase * string -> string
override this.GetViewLocation : System.Web.HttpContextBase * string -> string
Public Function GetViewLocation (httpContext As HttpContextBase, key As String) As String

Parametry

httpContext
HttpContextBase

Kontext PROTOKOLU HTTP.

key
String

Klíč mezipaměti

Návraty

Výchozí umístění zobrazení.

Implementuje

Výjimky

Parametr httpContext má hodnotu null.

Platí pro