MvcOptions.FormatterMappings Property

Definition

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

Property Value

Applies to