This change adds ApplicationModel conventions that can enable WebAPI action conventions (verb mapping) and WebAPI overloading. The conventions activate when a controller has a marker attribute. ApiController has this attribute, so any ported code will automatically opt-in. Also ported some old tests for action selection to our new functional test framework. |
||
|---|---|---|
| .. | ||
| ApiControllerActionDiscoveryTest.cs | ||
| ApiControllerTest.cs | ||
| FormDataCollectionExtensionsTest.cs | ||
| Microsoft.AspNet.Mvc.WebApiCompatShimTest.kproj | ||
| OverloadActionConstraintTest.cs | ||
| project.json | ||