Compartilhar via


IViewLocationCache.InsertViewLocation(HttpContextBase, String, String) Método

Definição

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.

Aplica-se a