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

定義

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

public string GetViewLocation (System.Web.HttpContextBase httpContext, string key);
abstract member GetViewLocation : System.Web.HttpContextBase * string -> string
Public Function GetViewLocation (httpContext As HttpContextBase, key As String) As String

パラメーター

httpContext
HttpContextBase

HTTP コンテキスト。

key
String

キャッシュ キー。

戻り値

ビューの場所。

適用対象