ViewEngineResult.SearchedLocations Property

Gets or sets the searched locations.

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

'Declaration
Public Property SearchedLocations As IEnumerable(Of String)
	Get 
	Private Set
'Usage
Dim instance As ViewEngineResult 
Dim value As IEnumerable(Of String)

value = instance.SearchedLocations

Property Value

Type: System.Collections.Generic.IEnumerable(Of String)
The searched locations.
Show: