IViewLocationCache.GetViewLocation(HttpContextBase, String) Method

Definition

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

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

Parameters

httpContext
HttpContextBase

The HTTP context.

key
String

The cache key.

Returns

The view location.

Applies to