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
..
Compilation Add support for page precompilation 2017-04-17 10:43:50 -07:00
DependencyInjection Remove Razor from projects 2017-03-17 15:00:39 -07:00
Internal Move RazorViewEngineOptionsSetup to internal namespace (#6125) 2017-04-13 13:35:35 -07:00
Properties
TagHelpers Add TagHelperComponentTagHelper 2017-03-29 11:29:24 -07:00
LanguageViewLocationExpanderTest.cs Implement view search for pages 2017-04-18 16:11:24 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test.csproj Remove net451 as a cross-compile target 2017-03-22 06:32:50 -07:00
RazorPageActivatorTest.cs
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs Use DocumentClassifierPassBase 2017-02-09 20:30:31 -08:00
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs Implement view search for pages 2017-04-18 16:11:24 -07:00
RazorViewTest.cs Use new Razor in MVC 2017-01-30 10:55:49 -08:00
TestApplicationPart.cs
xunit.runner.json Migrate to MSBuild 2017-02-28 21:20:39 -08:00