aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak a8eb5bee70 Implement view search for pages
The View Engine now needs to know about pages :(. This isn't ideal but the
view engine needs to know what set of search paths to use. This was
already hardcoded for controllers vs controllers + areas. It felt right to
further hardcode instead of introduce a wierd abstraction that we only
use.

Additionally pages use a view location expander to implement an ascending
directory search.
2017-04-18 16:11:24 -07:00
..
DependencyInjection
Infrastructure Implement view search for pages 2017-04-18 16:11:24 -07:00
Internal
Microsoft.AspNetCore.Mvc.RazorPages.Test.csproj
PageModelTest.cs Add factory methods 2017-04-17 16:11:34 -07:00
PageTest.cs Add factory methods 2017-04-17 16:11:34 -07:00
PageUrlHelperExtensionsTest.cs
RedirectToPageResultTest.cs
TestRazorProject.cs