ViewEngineResult.SearchedLocations Property

Visual Studio 2010

Gets or sets the searched locations.

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

public IEnumerable<string> SearchedLocations { get; private set; }

Property Value

Type: System.Collections.Generic.IEnumerable<String>
The searched locations.

Community Additions

ADD
Show: