VirtualPathProviderViewEngine.ViewLocationCache Property

Gets or sets the view location cache.

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

'Declaration
Public Property ViewLocationCache As IViewLocationCache 
	Get 
	Set
'Usage
Dim instance As VirtualPathProviderViewEngine 
Dim value As IViewLocationCache 

value = instance.ViewLocationCache

instance.ViewLocationCache = value

Property Value

Type: System.Web.Mvc.IViewLocationCache
The view location cache.
Show: