ViewEngineResult Constructor (IView, IViewEngine)
Visual Studio 2010
Initializes a new instance of the ViewEngineResult class by using the specified view and view engine.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- view
- Type: System.Web.Mvc.IView
The view.
- viewEngine
- Type: System.Web.Mvc.IViewEngine
The view engine.
| Exception | Condition |
|---|---|
| ArgumentNullException | The view or viewEngine parameter is null. |
Community Additions
ADD
Show: