aspnetcore/test
Doug Bunting 1f76b3c7b7 Clean up remaining `HtmlString` usage
- #3122 and #3123 (5 of 5)
- avoid concatenating values and wrapping them in an `HtmlString`
  - switch from `string.Format()` to `AppendHtml()` in `LinkTagHelper`
  - simplify `RazorPage` and `TagHelperContentExtensions` e.g. don't use a `TagHelperContentWrapperTextWriter`
  - add some special cases in `UrlResolutionTagHelper`
- add `TagBuilder` and `StringHtmlContent` special cases to avoid `StringWriter` use when value is an `HtmlString`
- move `HtmlTextWriter` optimizations a bit lower and add missing checks for that type

nits:
- correct comments that incorrectly mention `HtmlString`s
- update comments in `JavaScriptStringArrayEncoder`
2015-12-03 15:37:44 -08:00
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Move logic from `HtmlLocalizer` to `LocalizedHtmlString` 2015-12-02 18:39:37 -08:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Addressed feedback 2015-12-03 14:42:14 -08:00
Microsoft.AspNet.Mvc.IntegrationTests
Microsoft.AspNet.Mvc.Localization.Test Move logic from `HtmlLocalizer` to `LocalizedHtmlString` 2015-12-02 18:39:37 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Dispose FileWatcher, MvcRazorHost, and ChunkTree 2015-12-02 13:07:45 -08:00
Microsoft.AspNet.Mvc.Razor.Test Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Addressed feedback 2015-12-03 14:42:14 -08:00