ApiRequestFormat.Formatter 속성

정의

이 요청을 읽는 데 사용되는 포맷터입니다.

public:
 property Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^ Formatter { Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^ get(); void set(Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^ value); };
public Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter Formatter { get; set; }
member this.Formatter : Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter with get, set
Public Property Formatter As IInputFormatter

속성 값

적용 대상