- Previously we'd do `executionContext.Output.Content = await executionContext.Output.GetChildContentAsync()`. The problem with this approach is that it returned a `Task<TagHelperContent>` which could not be optimized when building in release. - Added test to validate `SetOutputContentAsync` does the appropriate thing. #721 |
||
|---|---|---|
| .. | ||
| Runtime/TagHelpers | ||
| TagHelpers | ||
| TestFiles | ||
| Microsoft.AspNetCore.Razor.Runtime.Test.xproj | ||
| project.json | ||