ApiRequestFormat.Formatter Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Formattatore usato per leggere questa richiesta.
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