MvcOptions.OutputFormatters 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.
Ruft eine Liste von IOutputFormatters ab, die von dieser Anwendung verwendet werden.
public:
property Microsoft::AspNetCore::Mvc::Formatters::FormatterCollection<Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^> ^ OutputFormatters { Microsoft::AspNetCore::Mvc::Formatters::FormatterCollection<Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^> ^ get(); };
public Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter> OutputFormatters { get; }
member this.OutputFormatters : Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter>
Public ReadOnly Property OutputFormatters As FormatterCollection(Of IOutputFormatter)