DefaultViewLocationCache.GetViewLocation(HttpContextBase, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された HTTP コンテキストおよびキャッシュ キーを使用して、ビューの既定の場所を取得します。
public string GetViewLocation (System.Web.HttpContextBase httpContext, string key);
abstract member GetViewLocation : System.Web.HttpContextBase * string -> string
override this.GetViewLocation : System.Web.HttpContextBase * string -> string
Public Function GetViewLocation (httpContext As HttpContextBase, key As String) As String
パラメーター
- httpContext
- HttpContextBase
HTTP コンテキスト。
- key
- String
キャッシュ キー。
戻り値
ビューの既定の場所。
実装
例外
httpContext
パラメーターが null です。