Yishai Galatzer
772f833dc9
Action filters & Authorization Filters working
2014-03-06 17:02:45 -08:00
Pranav K
9915b1c767
Reintroduce WriteAttribute methods on RazorView type
2014-02-24 19:55:48 -08:00
Pranav K
5a22d9b52c
Restore @model support in RazorHost
2014-02-13 12:48:02 -08:00
Pranav K
3d6740bc8a
Update namespace generation in RazorCompilationService to use root
...
relative paths.
2014-02-07 13:55:59 -08:00
Pranav K
6c8485b1ef
Removing VirtualFileSystem from Razor
...
* Paths rooted by a leading slash (e.g. /foo) are correctly resolved by the
PhysicalFileSystem. This change is an experiment to determine if we can
get away with not having virtual paths in WebFx.
* Additionally removing types (MetadataVirtualPathViewFactory,
VirtualPathAttribute) that are currently unused.
2014-02-04 22:08:27 -08:00
Pranav K
6c9d562fc3
* Using RazorView<dynamic> as base type until we get model support
...
* Modifying ViewData to share inner dictionary until we figure out how to
pass it correctly
* Removing unused NuGet.config
2014-01-30 07:26:46 -08:00
Pranav K
69a99e5c41
Moving View overloads to Controller base type
2014-01-22 10:59:32 -08:00
Pranav K
7b8a54cc24
* Updating project structure to use the src, test, build, samples format
...
* Adding build scripts to use K compilation.
2014-01-21 16:15:44 -08:00