VirtualPathProviderViewEngine.AreaViewLocationFormats Property

Gets or sets the area-enabled view location formats.

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

'Declaration
Public Property AreaViewLocationFormats As String()
	Get 
	Set
'Usage
Dim instance As VirtualPathProviderViewEngine 
Dim value As String()

value = instance.AreaViewLocationFormats

instance.AreaViewLocationFormats = value

Property Value

Type: System.String()
The area-enabled view location formats.

This property contains the locations where the view engine will search to find a view in an area-enabled application.

Show: