aspnetcore/test/WebSites/WebApiCompatShimWebSite/Controllers
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
..
ActionSelection Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
HttpRequestMessage Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00
BasicApiController.cs Fix for #1277 - Add Options/Startup API for WebAPI shim 2014-10-10 13:41:46 -07:00