VirtualPathProviderViewEngine.AreaPartialViewLocationFormats Property

Gets or sets the area-enabled partial-view location formats.

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

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

value = instance.AreaPartialViewLocationFormats

instance.AreaPartialViewLocationFormats = value

Property Value

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

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

Show: