IViewLocationCache.InsertViewLocation(HttpContextBase, String, String) メソッド

定義

指定された HTTP コンテキストおよびキャッシュ キーを使用して、指定されたビューの場所をキャッシュに挿入します。

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)

パラメーター

httpContext
HttpContextBase

HTTP コンテキスト。

key
String

キャッシュ キー。

virtualPath
String

仮想パス。

適用対象