Master page for RAZOR views created and will be auto inherited by pages.

Settings have been RAZORfied.
This commit is contained in:
Mark McDowall 2011-04-20 20:52:09 -07:00
commit d3d138c2af
8 changed files with 100 additions and 42 deletions

View file

@ -0,0 +1,3 @@
@{
Layout = "~/Views/Shared/SiteLayout.cshtml";
}