PageConventionCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PageConventionCollection() |
初始化 PageConventionCollection 類別的新執行個體,這個執行個體是空白的。 |
PageConventionCollection(IList<IPageConvention>) |
初始化 PageConventionCollection 類別的新執行個體,將其當做指定清單的包裝函式。 |
PageConventionCollection()
初始化 PageConventionCollection 類別的新執行個體,這個執行個體是空白的。
public:
PageConventionCollection();
public PageConventionCollection ();
Public Sub New ()
適用於
PageConventionCollection(IList<IPageConvention>)
初始化 PageConventionCollection 類別的新執行個體,將其當做指定清單的包裝函式。
public:
PageConventionCollection(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::IPageConvention ^> ^ conventions);
public PageConventionCollection (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.IPageConvention> conventions);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.IPageConvention> -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection
Public Sub New (conventions As IList(Of IPageConvention))
參數
- conventions
- IList<IPageConvention>
由新的集合所包裝的清單。