PageConventionCollection Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PageConventionCollection() |
Initialisiert eine neue, leere Instanz der PageConventionCollection-Klasse. |
PageConventionCollection(IList<IPageConvention>) |
Initialisiert eine neue Instanz der PageConventionCollection-Klasse als Wrapper für die angegebene Liste. |
PageConventionCollection()
- Quelle:
- PageConventionCollection.cs
- Quelle:
- PageConventionCollection.cs
- Quelle:
- PageConventionCollection.cs
Initialisiert eine neue, leere Instanz der PageConventionCollection-Klasse.
public:
PageConventionCollection();
public PageConventionCollection ();
Public Sub New ()
Gilt für:
PageConventionCollection(IList<IPageConvention>)
- Quelle:
- PageConventionCollection.cs
- Quelle:
- PageConventionCollection.cs
- Quelle:
- PageConventionCollection.cs
Initialisiert eine neue Instanz der PageConventionCollection-Klasse als Wrapper für die angegebene Liste.
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))
Parameter
- conventions
- IList<IPageConvention>
Die Liste, die mit der neuen Auflistung umschlossen wird.