aspnetcore/test/WebSites/RazorWebSite/Views
N. Taylor Mullen 0ef68eefc8 Added default `UrlResolutionTagHelper` to resolve app relative URLs.
- Razor removed the ability to automatically resolve URLs prefixed with `~/`; therefore `ScriptTagHelper`, `LinkTagHelper` and `ImageTagHelper` have changed to take in `IUrlHelper`s and auto-resolve their URL based properties if they start with `~/`.
- Added a catch-all `~/` resolver for non `TagHelper` based HTML elements. Razor used to resolve any attribute value that started with `~/` now the behavior is restricted to attributes that can contain URLs.
- Updated `IUrlHelper` to accept `null` values.
- Added functional tests to validate that URLs resolve correctly.
- Updated `TagHelper` tests to ensure that URLs are resolved via an `IUrlHelper`.

#2807
2015-08-03 16:00:33 -07:00
..
Directives Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
ExpanderViews ViewLocationExpanderContext should have a flag that indicates if the 2015-02-26 16:41:54 -08:00
FlushPoint Added more coverage in functional tests for FlushAsync 2015-01-05 10:36:37 -08:00
HtmlHelperOptions Fix #448: Support app-wide defaults for HTML helpers 2015-05-12 14:10:59 -07:00
NestedViewImports Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
NestedViewStarts Update templates\samples\tests to use ensure viewstart.cshtml and views directory names are cased appropriately. #1559 2014-12-05 13:27:22 -08:00
PartialViewEngine Delete trailing whitespace 2014-11-20 16:18:09 -08:00
PartialsWithLayout Layouts for partials 2015-01-20 11:44:48 -08:00
Shared Adding IView.Path and ViewContext.ExecutingPagePath 2015-02-13 06:12:15 -08:00
TemplateExpander Renaming - file case. 2015-07-02 14:20:10 -07:00
UrlResolution Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
ViewEngine Layouts for partials 2015-01-20 11:44:48 -08:00
ViewNameSpecification_Home Layout specification and discovery should follow the same behavior as 2014-12-03 11:54:46 -08:00
ViewWithPaths Adding IView.Path and ViewContext.ExecutingPagePath 2015-02-13 06:12:15 -08:00
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