aspnetcore/test/Microsoft.AspNet.Mvc.WebApi...
Ryan Nowak e51e0e1d52 Fix for issue #1279 - Add .Request property to ApiController
This change adds a .Request property to the ApiController class that can
be used to access an HttpRequestMessage wrapping the HttpContext.

The HttpRequestMessage is stored in an http feature to make it accessible
to model binders and other infrastructure.
2014-10-10 13:41:55 -07:00
..
HttpRequestMessage Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00
ApiControllerActionDiscoveryTest.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
ApiControllerTest.cs Fix for #1275 - Adding ApiController 2014-10-10 13:41:42 -07:00
FormDataCollectionExtensionsTest.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest.kproj
OverloadActionConstraintTest.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
project.json Fix for #1275 - Adding ApiController 2014-10-10 13:41:42 -07:00