MvcOptions.InputFormatters 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.
Gets a list of IInputFormatters that are used by this application.
public:
property Microsoft::AspNetCore::Mvc::Formatters::FormatterCollection<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ InputFormatters { Microsoft::AspNetCore::Mvc::Formatters::FormatterCollection<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ get(); };
public Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> InputFormatters { get; }
member this.InputFormatters : Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter>
Public ReadOnly Property InputFormatters As FormatterCollection(Of IInputFormatter)