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 クラスの新しいインスタンスを初期化します。 |