aspnetcore/test/Microsoft.AspNetCore.Razor....
Doug Bunting 44f0aa63c6 Do not HTML encode while checking for whitespace
- #760
- using a `NullHtmlEncoder` improves `TagHelperContent.IsEmptyOrWhiteSpace` semantics
 - e.g. a tab is still a tab after encoding
 - also avoids `NotImplementedException`
- implement `Write(char)` for char-by-char `IHtmlContent` corner case
2016-05-31 22:09:19 -07:00
..
Runtime/TagHelpers Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
TagHelpers Do not HTML encode while checking for whitespace 2016-05-31 22:09:19 -07:00
TestFiles
Microsoft.AspNetCore.Razor.Runtime.Test.xproj
project.json