Compartir a través de


ApiConventionResult(IReadOnlyList<IApiResponseMetadataProvider>) Constructor

Definición

Inicializa una nueva instancia de la clase 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))

Parámetros

responseMetadataProviders
IReadOnlyList<IApiResponseMetadataProvider>

Secuencia de IApiResponseMetadataProvider que están asociadas a la acción.

Se aplica a