Compartilhar via


DefaultViewLocationCache.GetViewLocation(HttpContextBase, String) Método

Definição

Recupera o local de exibição padrão usando o contexto HTTP e a chave de cache especificados.

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

Parâmetros

httpContext
HttpContextBase

O contexto HTTP.

key
String

A chave de cache

Retornos

A localização padrão da exibição.

Implementações

Exceções

O parâmetro httpContext é nulo.

Aplica-se a