aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure
Ryan Nowak 8682fe0cfd Replace ActionBindingContext with ControllerContext
This change introduces ControllerContext for inside of Controllers, and
controller-specific extensibility points. ControllerContext carries with
it the model binding infrastructure needed to do all of the things that
controllers need to do.
2015-11-20 15:32:37 -08:00
..
DefaultActionSelectorTests.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
DefaultAssemblyProviderTests.cs Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-22 19:48:55 -07:00
HttpResponseStreamReaderTest.cs Add InputFormatter buffer pooling 2015-11-02 14:36:59 -08:00
MemoryPoolHttpResponseStreamWriterFactoryTest.cs Add InputFormatter buffer pooling 2015-11-02 14:36:59 -08:00
MvcRouteHandlerTests.cs Moving Attribute Routing to Routing 2015-11-17 11:02:58 -08:00
ObjectResultExecutorTest.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
RouteDataActionConstraintTest.cs