aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
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
..
Microsoft.AspNet.Mvc.Razor.Test.kproj Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
MvcRazorCodeParserTest.cs
RazorCompilationServiceTest.cs
RazorPageActivatorTest.cs Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
RazorPageTest.cs Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
RazorViewEngineTest.cs Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
RazorViewTest.cs Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
SpanFactory.cs
project.json