- Today `TagHelperContent`s always allocate their underlying buffer even though they typically only ever have a single entry. Added a field to enable us to only allocate the backing buffer when we absolutely need to. - Removed `IsEmpty` from `TagHelperContent` since it was not used in any of our `TagHelper`s for simplification. Changed `IsWhiteSpace` naming to be `IsEmptyOrWhiteSpace` since it can be used to indicate either state. - Updated tests. #621 |
||
|---|---|---|
| .. | ||
| Runtime/TagHelpers | ||
| TagHelpers | ||
| TestFiles | ||
| Microsoft.AspNetCore.Razor.Runtime.Test.xproj | ||
| project.json | ||