aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 852ad8df87 Allow content to be written after caught exception from child TagHelper.
- The issue was that the `executeChildContentAsync` call was stopping the invocation of the `_endTagHelperWritingScope`. Therefore, we'd never finish the TagHelper content scope and all following content would be ignored.
- Added two tests to validate the new functionality.

#2561
2018-08-29 16:00:15 -07:00
..
Runtime/TagHelpers Allow content to be written after caught exception from child TagHelper. 2018-08-29 16:00:15 -07:00
TestFiles
Microsoft.AspNetCore.Razor.Runtime.Test.csproj
xunit.runner.json