ObjectResult.Formatters Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Auflistung von 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, set
Public Property Formatters As FormatterCollection(Of IOutputFormatter)