ViewEngineResult Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of an IViewEngine.
public ref class ViewEngineResult
C#
public class ViewEngineResult
type ViewEngineResult = class
Public Class ViewEngineResult
- Inheritance
-
ViewEngineResult
Searched |
The list of locations searched. |
Success |
Whether the result was successful |
View |
The IView. |
View |
Gets or sets the name of the view. |
Ensure |
Ensure this ViewEngineResult was successful. |
Found(String, IView) |
Returns a result when a view is found. |
Not |
Returns a result that represents when a view is not found. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |