aspnetcore/test/WebSites
Javier Calvarro Nelson 63d9625536 [Issue #730] Attribute Routing: Flesh out attributes - Part 2
1. Unsealed the Http*Attributes so that they can be extended and customized.
2. Added the same constructors as HttpGet to the rest of the Http*Attributes.
3. Added unit tests to validate the implementations for the IActionHttpMethodProvider.
4. Added functional tests to cover extra attribute routing scenarios like a test for an
   action with an HttpDeleteAttribute on it and action with AcceptVerbsAttribute and an
   action with a custom HttpMergeAttribute implemented.
2014-08-14 11:21:03 -07:00
..
ActivatorWebSite
AntiForgeryWebSite Adding a functional test for anti forgery. 2014-08-13 15:00:00 -07:00
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite
FormatterWebSite
InlineConstraintsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Introducing ByteArrayModelBinder. 2014-08-13 15:15:52 -07:00
RazorWebSite
RoutingWebSite [Issue #730] Attribute Routing: Flesh out attributes - Part 2 2014-08-14 11:21:03 -07:00
ValueProvidersSite