aspnetcore/test
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
..
Microsoft.AspNet.JsonPatch.Test
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
Microsoft.AspNet.Mvc.Core.Test Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
Microsoft.AspNet.Mvc.Cors.Test Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Add support for model binding dictionaries from `prefix[name]=value` entries 2015-07-20 16:33:35 -07:00
Microsoft.AspNet.Mvc.Localization.Test React to DNX renames 2015-07-29 04:49:49 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test removed packExclude from unnecessary places, replaced it with 2015-07-20 16:49:59 -07:00
Microsoft.AspNet.Mvc.Razor.Test Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
Microsoft.AspNet.Mvc.Test Removing MvcViewEngineDescriptor and switching to use OptionsSetup to 2015-07-29 14:14:07 -07:00
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.ViewFeatures.Test Removing MvcViewEngineDescriptor and switching to use OptionsSetup to 2015-07-29 14:14:07 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
WebSites Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00