aspnetcore/test/Microsoft.AspNet.Razor.Test
Doug Bunting 37850b5d85 Add `TagHelperOutput.GetChildContentAsync()` overloads including an `HtmlEncoder`
- #643 part 1
- change is viral and requires an update to `RazorPage.StartTagHelperWritingScope()`
  - memoize `GetChildContentAsync()` per-encoder
  - update generation tests to match and to test new behaviour
- note `HtmlEncoder`s used elsewhere e.g. in other `RazorPage` instances are unaffected

Add `NullHtmlEncoder`

Nits:
- generally clean up affected doc comments and make them more consistent
- remove unused `using`s in files I had open
2016-01-17 22:34:19 -08:00
..
Chunks/Generators
CodeGenerators
Editor
Framework Prevent unneeded allocations of `Block` children enumerators. 2016-01-15 15:47:35 -08:00
Parser
TagHelpers
TestFiles Add `TagHelperOutput.GetChildContentAsync()` overloads including an `HtmlEncoder` 2016-01-17 22:34:19 -08:00
Text
Tokenizer Rewrite of tokenizers 2016-01-15 15:58:27 -08:00
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj Add `TagHelperOutput.GetChildContentAsync()` overloads including an `HtmlEncoder` 2016-01-17 22:34:19 -08:00
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json