Share via


ApiRequestFormat.Formatter Property

Definition

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

Property Value

Applies to