ApiConventionResult(IReadOnlyList<IApiResponseMetadataProvider>) Costruttore

Definizione

Inizializza una nuova istanza di ApiConventionResult.

public:
 ApiConventionResult(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApiExplorer::IApiResponseMetadataProvider ^> ^ responseMetadataProviders);
public ApiConventionResult (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> responseMetadataProviders);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionResult : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionResult
Public Sub New (responseMetadataProviders As IReadOnlyList(Of IApiResponseMetadataProvider))

Parametri

responseMetadataProviders
IReadOnlyList<IApiResponseMetadataProvider>

Sequenza di IApiResponseMetadataProvider associata all'azione.

Si applica a