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 類別的新執行個體,將其當做指定清單的包裝函式。 |