aspnetcore/samples/MvcSample.Web
Mugdha Kulkarni d91b7776b3 This is MVC part of feature URL Extensions. It does following:
1. Creates a filter called FormatFilter. This will look at the format parameter if present
   in the route data or query data and sets the content type in ObjectResult
2. It adds new options called FormatterOptions, that contains the map of format to content tyepe
3. A method in MVC options to add the formatter mapping
2015-01-31 23:15:04 -08:00
..
Areas/Travel
Compiler/Preprocess
Components
Controllers/ApiExplorerSamples Adds parameter information to ApiExplorer 2015-01-22 13:30:41 -08:00
Filters
Models Adds parameter information to ApiExplorer 2015-01-22 13:30:41 -08:00
Monitoring
Services
Views Adds parameter information to ApiExplorer 2015-01-22 13:30:41 -08:00
wwwroot Adds parameter information to ApiExplorer 2015-01-22 13:30:41 -08:00
ApiExplorerController.cs
AutoGenerateRouteNamesAttribute.cs
FiltersController.cs
Home2Controller.cs
HomeController.cs
LanguageViewLocationExpander.cs
LinkController.cs
MvcSample.Web.kproj
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs This is MVC part of feature URL Extensions. It does following: 2015-01-31 23:15:04 -08:00
TestAssemblyProvider.cs
ViewMetadata.cs
config.json
project.json [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00