ObjectResult.Formatters 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 collection of IOutputFormatter.
public:
 property Microsoft::AspNetCore::Mvc::Formatters::FormatterCollection<Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^> ^ Formatters { Microsoft::AspNetCore::Mvc::Formatters::FormatterCollection<Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^> ^ get(); void set(Microsoft::AspNetCore::Mvc::Formatters::FormatterCollection<Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^> ^ value); };public Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter> Formatters { get; set; }member this.Formatters : Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter> with get, setPublic Property Formatters As FormatterCollection(Of IOutputFormatter)