IViewLocationCache.InsertViewLocation(HttpContextBase, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Insere no cache o local de exibição especificado usando o contexto HTTP e a chave de cache especificados.
public void InsertViewLocation (System.Web.HttpContextBase httpContext, string key, string virtualPath);
abstract member InsertViewLocation : System.Web.HttpContextBase * string * string -> unit
Public Sub InsertViewLocation (httpContext As HttpContextBase, key As String, virtualPath As String)
Parâmetros
- httpContext
- HttpContextBase
O contexto HTTP.
- key
- String
A chave em cache.
- virtualPath
- String
O caminho virtual.