This topic has not yet been rated - Rate this topic

ViewEngineCollection Constructor (IList<IViewEngine>)

Initializes a new instance of the ViewEngineCollection class by using the specified list of view engines.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public ViewEngineCollection(
	IList<IViewEngine> list
)

Parameters

list
Type: System.Collections.Generic.IList<IViewEngine>
The list that is wrapped by the new collection.
ExceptionCondition
ArgumentNullException

list is null.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.