ApiRequestFormat.Formatter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The formatter used to read this request.
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