ObjectResultExecutor.FormatterSelector 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 the OutputFormatterSelector.
protected:
property Microsoft::AspNetCore::Mvc::Infrastructure::OutputFormatterSelector ^ FormatterSelector { Microsoft::AspNetCore::Mvc::Infrastructure::OutputFormatterSelector ^ get(); };
protected Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector FormatterSelector { get; }
member this.FormatterSelector : Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector
Protected ReadOnly Property FormatterSelector As OutputFormatterSelector