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>
新しいコレクションによってラップされているリスト。