aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Core.Test
Microsoft.AspNet.Mvc.FunctionalTests Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.Test Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00
WebSites Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00