MvcFormatterMappingOptions Class

Summary

Provides programmatic configuration for formatter mappings in the MVC framework.

Syntax

public class MvcFormatterMappingOptions

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.MvcFormatterMappingOptions

Properties

FormatterMappings()

Used to specify mapping between the URL Format and corresponding @!:Net.Http.Headers.MediaTypeHeaderValue-.

Return type:Microsoft.AspNet.Mvc.FormatterMappings
public FormatterMappings FormatterMappings { get; }