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 Updating DataAnnotations version reference 2014-05-02 20:53:12 -07:00
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 Updating build scripts 2014-05-02 14:54:34 -07:00
NuGet.Config
WebFx.sln Bringing back Razor.Host as an assembly as a TEMPORARY WORKAROUND 2014-04-10 15:54:47 -07:00
build.cmd Updating build scripts 2014-05-02 15:07:38 -07:00
build.sh Added build.sh 2014-04-27 17:00:45 -07:00
global.json
makefile.shade