Compartir a través de


IViewLocationCache.GetViewLocation(HttpContextBase, String) Método

Definición

Obtiene la ubicación de la vista mediante el contexto HTTP especificado y la clave de caché.

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

Parámetros

httpContext
HttpContextBase

Contexto HTTP.

key
String

Clave de caché.

Devoluciones

Ubicación de la vista.

Se aplica a