ViewEngineCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ViewEngineCollection() |
初始化 ViewEngineCollection 类的新实例。 |
ViewEngineCollection(IList<IViewEngine>) |
使用指定的视图引擎列表初始化 类的新实例 ViewEngineCollection 。 |
ViewEngineCollection()
ViewEngineCollection(IList<IViewEngine>)
使用指定的视图引擎列表初始化 类的新实例 ViewEngineCollection 。
public ViewEngineCollection (System.Collections.Generic.IList<System.Web.Mvc.IViewEngine> list);
new System.Web.Mvc.ViewEngineCollection : System.Collections.Generic.IList<System.Web.Mvc.IViewEngine> -> System.Web.Mvc.ViewEngineCollection
Public Sub New (list As IList(Of IViewEngine))
参数
- list
- IList<IViewEngine>
由新的集合包装的列表。
例外
list
为 null。