ViewEngineResult Class
Represents the result of locating a view engine.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ViewEngineResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
ViewEngineResult(IEnumerable<String>) | Initializes a new instance of the ViewEngineResult class by using the specified searched locations. |
|
ViewEngineResult(IView, IViewEngine) | Initializes a new instance of the ViewEngineResult class by using the specified view and view engine. |
| Name | Description | |
|---|---|---|
|
SearchedLocations | Gets or sets the searched locations. |
|
View | Gets or sets the view. |
|
ViewEngine | Gets or sets the view engine. |