ApiResponseFormat.Formatter 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 or sets the formatter used to output this response.
public:
property Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^ Formatter { Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^ get(); void set(Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter ^ value); };
public Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter Formatter { get; set; }
member this.Formatter : Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter with get, set
Public Property Formatter As IOutputFormatter