ViewEngineCollection Constructor
Initializes a new instance of the ViewEngineCollection class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ViewEngineCollection() | Initializes a new instance of the ViewEngineCollection class. |
![]() | ViewEngineCollection(IList<IViewEngine^>^) | Initializes a new instance of the ViewEngineCollection class using the specified list of view engines. |
ViewEngineCollection Constructor ()
Initializes a new instance of the ViewEngineCollection class.
ViewEngineCollection Constructor (IList<IViewEngine^>^)
Initializes a new instance of the ViewEngineCollection class using the specified list of view engines.
Parameters
- list
-
Type:
System.Collections.Generic::IList<IViewEngine^>^
The list that is wrapped by the new collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | list is null. |
Show:
