PageConventionCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 IPageConvention集合。
public ref class PageConventionCollection : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::Mvc::ApplicationModels::IPageConvention ^>
public class PageConventionCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Mvc.ApplicationModels.IPageConvention>
type PageConventionCollection = class
inherit Collection<IPageConvention>
Public Class PageConventionCollection
Inherits Collection(Of IPageConvention)
- 继承
-
PageConventionCollection
构造函数
PageConventionCollection() |
初始化为空的 PageConventionCollection 类的新实例。 |
PageConventionCollection(IList<IPageConvention>) |
将 PageConventionCollection 类的新实例初始化为指定列表的包装。 |