ApiResponseType.ApiResponseFormats Property

Definition

Gets or sets the response formats supported by this 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)

Property Value

Applies to