aspnetcore/test/WebSites/RazorWebSite
Pranav K 9e535f6897 Separating view execution and Razor behavior
* Introducing RazorPage and RazorPageOfT that represent the Razor
  execution aspect of view execution. Moving view execution hierarchy behavior
  (Layout, partial views etc) into a separate RazorView type.

* Renaming IVirtualPathViewFactory to IRazorPageFactory,
  IRazorViewActivator to IRazorPageActivator

* Renaming VirtualPathViewFactor to FileBasedPageFactory to
  correctly reflect what it does.

Fixes #814
2014-07-18 14:58:12 -07:00
..
Controllers Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
Models Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
Views Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
Project.json Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
RazorWebSite.kproj Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
Startup.cs Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00