ApiDescriptionProviderContext(IReadOnlyList<ActionDescriptor>) Konstruktor
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.
Erstellt eine neue Instanz von ApiDescriptionProviderContext.
public:
ApiDescriptionProviderContext(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^> ^ actions);
public ApiDescriptionProviderContext (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor> actions);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor> -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext
Public Sub New (actions As IReadOnlyList(Of ActionDescriptor))
Parameter
- actions
- IReadOnlyList<ActionDescriptor>
Die Liste der Aktionen.