aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
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
..
CompiledPageApplicationModelProviderTest.cs
DefaultPageHandlerMethodSelectorTest.cs Rename form-action -> handler 2017-04-24 14:15:35 -07:00
DefaultPageLoaderTest.cs Rename form-action -> handler 2017-04-24 14:15:35 -07:00
ExecutorFactoryTest.cs Design updates to handler methods and binding 2017-04-21 17:29:25 -07:00
PageActionDescriptorChangeProviderTest.cs
PageActionInvokerProviderTest.cs Design updates to handler methods and binding 2017-04-21 17:29:25 -07:00
PageActionInvokerTest.cs Rename View() to Page() 2017-04-27 09:27:14 -07:00
PagePropertyBinderFactoryTest.cs Design updates to handler methods and binding 2017-04-21 17:29:25 -07:00
RazorPagesOptionsSetupTest.cs Make /Pages the default root for pages. 2017-04-24 15:46:32 -07:00
RazorProjectPageApplicationModelProviderTest.cs