aspnetcore/src/Microsoft.AspNet.Mvc.ViewFe...
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
..
DependencyInjection
DiagnosticSource
Internal
Logging
Properties
Rendering Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
ViewComponents React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
ViewEngines
ViewFeatures Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
Controller.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
IViewComponentHelper.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
IViewComponentResult.cs
Microsoft.AspNet.Mvc.ViewFeatures.xproj
ModelStateDictionaryExtensions.cs
MvcViewOptions.cs
PartialViewResult.cs
RemoteAttribute.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
Resources.resx
SkipStatusCodePagesAttribute.cs
ValidateAntiForgeryTokenAttribute.cs
ViewComponent.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
ViewComponentAttribute.cs
ViewComponentResult.cs
ViewResult.cs
project.json