ApiResponseType.ApiResponseFormats Propriété

Définition

Obtient ou définit les formats de réponse pris en charge par ce type.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiResponseFormat ^> ^ ApiResponseFormats { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiResponseFormat ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiResponseFormat ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseFormat> ApiResponseFormats { get; set; }
member this.ApiResponseFormats : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseFormat> with get, set
Public Property ApiResponseFormats As IList(Of ApiResponseFormat)

Valeur de propriété

S’applique à