ApiDescriptionProviderContext(IReadOnlyList<ActionDescriptor>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of 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))
Parameters
- actions
- IReadOnlyList<ActionDescriptor>
The list of actions.