aspnetcore/test/WebSites/RazorPagesWebSite/Pages
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
..
Admin
Conventions
Namespace Adding functional tests for @namespace 2017-04-14 14:47:29 -07:00
PropertyBinding
Redirects RedirectToPage from a form-action handler includes the formaction 2017-04-12 09:27:08 -07:00
ViewSearch Implement view search for pages 2017-04-18 16:11:24 -07:00
WithViewImport
WithViewStart
Index.cshtml
_Parent.cshtml Implement view search for pages 2017-04-18 16:11:24 -07:00
_ViewImports.cshtml Adding functional tests for @namespace 2017-04-14 14:47:29 -07:00