ViewEngineResult Class
Represents the result of locating a view engine.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ViewEngineResult(IEnumerable(Of 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


