aspnetcore/test/WebSites/RazorWebSite/Views
Doug Bunting 08dd77d8c7 Add relative view path support
- #3307
- relative paths are now supported in `View()` calls from components and view components,
  `Html.PartialAsync()` and similar calls, and `RazorPage.Layout` settings.
  - support absolute paths, relative paths, and view location lookups consistently / everywhere
  - support view paths in `TemplateRenderer` e.g. passing an absolute path to `Html.EditorFor()`
- take a big swing at the `IRazorViewEngine` and `IViewEngine` interfaces
  - split lookups (view names) from navigation (view paths)
  - remove `Partial` separation; use parameters to set `IsPartial` properties
- correct `ViewContext` copy constructor and add unit test
- extend unit tests to cover relative paths
  - fix existing tests to handle newly-required extension in an absolute path
- add functional test that chains relative paths

nits:
- remove some YOLO line wrapping
- `""` -> `string.Empty`
2015-11-18 15:59:11 -08:00
..
Directives Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
ExpanderViews
FlushPoint Remove `WaitService` 2015-10-28 15:47:16 -07:00
HtmlHelperOptions Fix #448: Support app-wide defaults for HTML helpers 2015-05-12 14:10:59 -07:00
InheritingInherits Allow @model specified in a page work with @inherits directive in 2015-09-23 12:10:10 -07:00
NestedViewImports Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
NestedViewStarts
PartialViewEngine
PartialsWithLayout
Shared Add relative view path support 2015-11-18 15:59:11 -08:00
TemplateExpander Renaming - file case. 2015-07-02 14:20:10 -07:00
UrlResolution Update test files to showcase block level Razor statements in attributes. 2015-11-06 11:11:40 -08:00
ViewEngine Add relative view path support 2015-11-18 15:59:11 -08:00
ViewNameSpecification_Home
ViewWithPaths
ViewsConsumingCompilationOptions Updated missed dnx name changes. 2015-03-09 02:17:58 -07:00
_ViewImports.cshtml Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00