aspnetcore/test/WebSites
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
..
ApiExplorerWebSite Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
ApplicationModelWebSite Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
BasicWebSite
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite
CorsWebSite
ErrorPageMiddlewareWebSite Add AggregateExceptionTest (#6135) 2017-04-14 14:20:31 -07:00
FilesWebSite
FiltersWebSite
FormatterWebSite
HtmlGenerationWebSite
Microsoft.AspNetCore.Mvc.TestConfiguration
RazorPageExecutionInstrumentationWebSite React to Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:19 -07:00
RazorPagesWebSite Implement view search for pages 2017-04-18 16:11:24 -07:00
RazorWebSite
RoutingWebSite
SecurityWebSite
SimpleWebSite
TagHelpersWebSite
UserClassLibrary
VersioningWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite