Compartilhar via


IViewLocationCache.GetViewLocation(HttpContextBase, String) Método

Definição

Obtém o local de exibição usando o contexto HTTP especificado e a chave de cache.

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

O contexto HTTP.

key
String

A chave em cache.

Retornos

A localização da exibição.

Aplica-se a