aspnetcore/test/Microsoft.AspNetCore.Mvc.Test
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
..
JsonPatchExtensionsTest.cs Added/Updated JsonPatchExtensionsTest 2016-11-03 14:49:48 -07:00
Microsoft.AspNetCore.Mvc.Test.csproj
MvcOptionsSetupTest.cs Add support for media type suffixes (#5273, #6032) 2017-03-31 10:20:43 +01:00
MvcServiceCollectionExtensionsTest.cs