aspnetcore/test/WebSites
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
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
ApplicationModelWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite
FilesWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
FiltersWebSite
FormatterWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
InlineConstraintsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
RazorInstrumentationWebsite
RazorWebSite
RoutingWebSite
TagHelpersWebSite
UrlHelperWebSite Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
ValueProvidersSite
VersioningWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
WebApiCompatShimWebSite Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00
XmlSerializerWebSite