IViewLocationCache.InsertViewLocation(HttpContextBase, String, String) Method

Definition

Inserts the specified view location into the cache by using the specified HTTP context and the cache key.

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)

Parameters

httpContext
HttpContextBase

The HTTP context.

key
String

The cache key.

virtualPath
String

The virtual path.

Applies to