ViewEngineCollection Constructor (IList<IViewEngine>)
Visual Studio 2010
Initializes a new instance of the ViewEngineCollection class by using the specified list of view engines.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- list
- Type: System.Collections.Generic.IList<IViewEngine>
The list that is wrapped by the new collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | list is null. |
Community Additions
ADD
Show: