PageConventionCollection コンストラクター

定義

オーバーロード

PageConventionCollection()

PageConventionCollection クラスの新しい空のインスタンスを初期化します。

PageConventionCollection(IList<IPageConvention>)

指定したリストのラッパーとして PageConventionCollection クラスの新しいインスタンスを初期化します。

PageConventionCollection()

ソース:
PageConventionCollection.cs
ソース:
PageConventionCollection.cs
ソース:
PageConventionCollection.cs

PageConventionCollection クラスの新しい空のインスタンスを初期化します。

public:
 PageConventionCollection();
public PageConventionCollection ();
Public Sub New ()

適用対象

PageConventionCollection(IList<IPageConvention>)

ソース:
PageConventionCollection.cs
ソース:
PageConventionCollection.cs
ソース:
PageConventionCollection.cs

指定したリストのラッパーとして 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>

新しいコレクションによってラップされているリスト。

適用対象