aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak 7a8dc36553 Adding controller-as-filter support
If the controller implements IFilter, it will be added to the filters
collection.

It's hardcoded to be 'first' as it was in MVC, but can be overridden by
implementing IOrderedFilter.
2014-05-05 14:03:01 -07:00
..
ActionResults Update file headers 2014-05-01 17:42:33 -07:00
Filters Fix for moving extension methods to IServiceCollection 2014-05-02 12:37:05 -07:00
Rendering Update file headers 2014-05-01 17:42:33 -07:00
ActionAttributeTests.cs Update file headers 2014-05-01 17:42:33 -07:00
ActionExecutorTests.cs Update file headers 2014-05-01 17:42:33 -07:00
ActionSelectionConventionTests.cs Update file headers 2014-05-01 17:42:33 -07:00
ControllerTests.cs Update file headers 2014-05-01 17:42:33 -07:00
DefaultActionSelectorTest.cs Update file headers 2014-05-01 17:42:33 -07:00
DefaultControllerAssemblyProviderTests.cs Update file headers 2014-05-01 17:42:33 -07:00
DefaultControllerFactoryTest.cs Update file headers 2014-05-01 17:42:33 -07:00
Microsoft.AspNet.Mvc.Core.Test.kproj Implementing Authorize attribute 2014-04-24 16:21:43 -07:00
PropertyHelperTest.cs Update file headers 2014-05-01 17:42:33 -07:00
ReflectedActionInvokerTest.cs Adding controller-as-filter support 2014-05-05 14:03:01 -07:00
TestController.cs Update file headers 2014-05-01 17:42:33 -07:00
TypeHelperTest.cs Update file headers 2014-05-01 17:42:33 -07:00
UrlHelperTest.cs Update file headers 2014-05-01 17:42:33 -07:00
project.json Turning on warnings as errors 2014-04-16 20:21:07 -07:00