aspnetcore/test/WebSites/WebApiCompatShimWebSite
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
..
Controllers Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00
Models Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
ActionSelectionFilter.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
Startup.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
WebApiCompatShimWebSite.kproj Add WebApiCompatShim project structure 2014-10-10 13:41:35 -07:00
project.json Add WebApiCompatShim project structure 2014-10-10 13:41:35 -07:00