ApiResponseType.ApiResponseFormats 속성

정의

이 형식에서 지원하는 응답 형식을 가져오거나 설정합니다.

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)

속성 값

적용 대상