aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
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
..
DependencyInjection Adding AllowAnonymousToPage & AllowAnonymousToFolder 2017-03-31 20:17:31 -07:00
Infrastructure Implement view search for pages 2017-04-18 16:11:24 -07:00
Internal Rename View() to Page() 2017-04-27 09:27:14 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test.csproj
PageModelTest.cs Rename View() to Page() 2017-04-27 09:27:14 -07:00
PageTest.cs Add support for page handler to URL generating APIs. 2017-04-24 22:56:58 -07:00
TestRazorProject.cs