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)

'Declaration
Public Function GetViewLocation ( _
	httpContext As HttpContextBase, _
	key As String _
) As String
'Usage
Dim instance As DefaultViewLocationCache 
Dim httpContext As HttpContextBase 
Dim key As String 
Dim returnValue As String 

returnValue = instance.GetViewLocation(httpContext, _
	key)

Parameters

httpContext
Type: System.Web.HttpContextBase

The HTTP context.

key
Type: System.String

The cache key

Return Value

Type: System.String
The default view location.

Implements

IViewLocationCache.GetViewLocation(HttpContextBase, String)

ExceptionCondition
ArgumentNullException

The httpContext parameter is Nothing.

Show: