aspnetcore/test/WebSites
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
..
ActionConstraintsWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
ActionResultsWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ActivatorWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
AntiforgeryTokenWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
ApiExplorerWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ApplicationModelWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
BasicWebSite [Fixes #3503] Removing formatters on a given type only works on collections in MVC options 2015-11-18 09:56:44 -08:00
BestEffortLinkGenerationWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
CompositeViewEngineWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
ContentNegotiationWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
ControllerDiscoveryConventionsWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
ControllersFromServicesClassLibrary Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
ControllersFromServicesWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
CorsMiddlewareWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
CorsWebSite Make Cors filters run before any other authorization filters 2015-11-18 10:51:49 -08:00
CustomRouteWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
ErrorPageMiddlewareWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
FilesWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
FiltersWebSite Reacting to RequestDelegate rename 2015-10-30 19:00:26 -07:00
FormatFilterWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
FormatterWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
HtmlGenerationWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
InlineConstraintsWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
JsonPatchWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
LocalizationWebSite fix #3414 : RegularExpressionAttribute generates wrong data-val-regex message 2015-11-10 10:27:53 -08:00
LoggingWebSite Fix breaking changes to functional tests 2015-11-02 18:46:54 -08:00
LowercaseUrlsWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
ModelBindingWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
PrecompilationWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
RazorEmbeddedViewsWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
RazorPageExecutionInstrumentationWebSite Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
RazorWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
RequestServicesWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ResponseCacheWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
RoutingWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
TagHelpersWebSite React to aspnet/Razor#561. 2015-11-06 12:31:55 -08:00
TempDataWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
UrlHelperWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
UserClassLibrary Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:24:39 -08:00
ValidationWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
ValueProvidersWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
VersioningWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
ViewComponentWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
WebApiCompatShimWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
XmlFormattersWebSite Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:24:39 -08:00