aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 18909506e1 Flatten TagHelperOutput when writing
This change 'flattens' a TagHelperOutput when writing it out to an
HtmlTextWriter. This is a beneficial perf change because more often than
not the thing being written to is a ViewBuffer in Razor, which uses pooled
memory. This allows us to 'join' islands of pooled ViewBuffer memory back
into the main buffer instead of keeping them wrapped up in a
TagHelperOutput or TagHelperContent.
2016-01-25 17:32:18 -08:00
..
Runtime/TagHelpers
TagHelpers Flatten TagHelperOutput when writing 2016-01-25 17:32:18 -08:00
TestFiles
Microsoft.AspNetCore.Razor.Runtime.Test.xproj
project.json