MvcOptions.FormatterMappings 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.
Used to specify mapping between the URL Format and corresponding media type.
public:
property Microsoft::AspNetCore::Mvc::Formatters::FormatterMappings ^ FormatterMappings { Microsoft::AspNetCore::Mvc::Formatters::FormatterMappings ^ get(); };
public Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings FormatterMappings { get; }
member this.FormatterMappings : Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings
Public ReadOnly Property FormatterMappings As FormatterMappings