aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
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
..
Compilation React to abstraction changes 2015-12-03 14:26:43 -08:00
Internal
Precompilation
Properties
TagHelpers Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
DefaultPrecompiledViewsProviderTest.cs
DefaultRazorPageFactoryProviderTest.cs
DefaultTagHelperActivatorTest.cs
LanguageViewLocationExpanderTest.cs
Microsoft.AspNet.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs
RazorPageActivatorTest.cs
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
RazorPageTest.cs Clean up remaining `HtmlString` usage 2015-12-03 15:37:44 -08:00
RazorTextWriterTest.cs Removing CopyTo from RazorTextWriter 2015-12-01 12:37:11 -08:00
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs
RazorViewTest.cs
SpanFactory.cs
project.json Changes to use moq-netcore 2015-11-25 16:04:04 -08:00