aspnetcore/samples/MvcSandbox
Ryan Nowak b1b3a816cc Rename View() to Page()
This requires us to introduce another base class between RazorPageBase and
Page - you need this because you aren't allow to have Page.Page().
2017-04-27 09:27:14 -07:00
..
Controllers
Models Rename View() to Page() 2017-04-27 09:27:14 -07:00
Pages
Views
.bowerrc
.gitignore
MvcSandbox.csproj Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved 2017-04-25 11:28:38 -07:00
Startup.cs