aspnetcore/src/Microsoft.AspNet.Mvc.ViewFe.../Rendering
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
..
FormMethod.cs
Html5DateRenderingMode.cs
HtmlHelperDisplayExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
HtmlHelperDisplayNameExtensions.cs
HtmlHelperEditorExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
HtmlHelperFormExtensions.cs
HtmlHelperInputExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
HtmlHelperLabelExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
HtmlHelperLinkExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
HtmlHelperNameExtensions.cs
HtmlHelperPartialExtensions.cs Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
HtmlHelperSelectExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
HtmlHelperValidationExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
HtmlHelperValueExtensions.cs
HtmlString.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
IHtmlHelper.cs Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
IHtmlHelperOfT.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
IJsonHelper.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
MultiSelectList.cs
MvcForm.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
SelectList.cs
SelectListGroup.cs
SelectListItem.cs
TagBuilder.cs Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
TagRenderMode.cs
ViewComponentHelperExtensions.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
ViewContext.cs