Sdílet prostřednictvím


IViewLocationCache.InsertViewLocation(HttpContextBase, String, String) Metoda

Definice

Vloží zadané umístění zobrazení do mezipaměti pomocí zadaného kontextu HTTP a klíče mezipaměti.

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)

Parametry

httpContext
HttpContextBase

Kontext HTTP.

key
String

Klíč mezipaměti.

virtualPath
String

Virtuální cesta.

Platí pro