IViewLocationCache.GetViewLocation Method

Visual Studio 2010

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Parameters

httpContext
Type: System.Web.HttpContextBase
The HTTP context.
key
Type: System.String
The cache key.

Return Value

Type: System.String
The view location.

Community Additions

ADD
Show: