Go to file
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
samples/MvcSample.Web
src Adding controller-as-filter support 2014-05-05 14:03:01 -07:00
test Adding controller-as-filter support 2014-05-05 14:03:01 -07:00
.gitattributes
.gitignore
NuGet.Config
WebFx.sln
build.cmd
build.sh
global.json
makefile.shade