aspnetcore/src
Ryan Nowak 572e57e25c Create Mvc.Abstractions
Creates a new package 'Microsoft.AspNet.Mvc.Abstractions' which defines
APIs and contracts for core concepts and extensibility points in MVC.

Includes:
- ModelBinding
- Validation
- Model State
- Model Metadata
- Action Descriptors
- IActionResult
- Filters
- IActionConstraint
2015-04-27 00:49:14 -07:00
..
Microsoft.AspNet.JsonPatch Removed Test operation code and changed T to TModel 2015-04-22 13:44:20 -07:00
Microsoft.AspNet.Mvc Adding errors in ModelState 2015-04-22 13:44:09 -07:00
Microsoft.AspNet.Mvc.Abstractions Create Mvc.Abstractions 2015-04-27 00:49:14 -07:00
Microsoft.AspNet.Mvc.Common
Microsoft.AspNet.Mvc.Core Create Mvc.Abstractions 2015-04-27 00:49:14 -07:00
Microsoft.AspNet.Mvc.ModelBinding Create Mvc.Abstractions 2015-04-27 00:49:14 -07:00
Microsoft.AspNet.Mvc.Razor Temporarily remove compiling against non roslyn project references 2015-04-26 00:18:58 -07:00
Microsoft.AspNet.Mvc.Razor.Host Handle FileProviders package changes. 2015-04-23 12:56:10 -07:00
Microsoft.AspNet.Mvc.TagHelpers [Fixes #1489] Support for named route in form tag helper 2015-04-23 17:08:38 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShim Utilize `nameof` operator 2015-04-22 10:57:50 -07:00
Microsoft.AspNet.Mvc.Xml
Microsoft.AspNet.PageExecutionInstrumentation.Interfaces