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
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
PartialViewEngine
PartialsWithLayout
Shared
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
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