DefaultViewLocationCache::GetViewLocation Method
Retrieves the default view location by using the specified HTTP context and cache key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual String^ GetViewLocation( HttpContextBase^ httpContext, String^ key ) sealed
Parameters
- httpContext
- Type: System.Web::HttpContextBase
The HTTP context.
- key
- Type: System::String
The cache key
Implements
IViewLocationCache::GetViewLocation(HttpContextBase, String)| Exception | Condition |
|---|---|
| ArgumentNullException | The httpContext parameter is nullptr. |
Show: