aspnetcore/src/Mvc/Mvc.Razor
Pranav K 2be80522b2
Prevent synchronous writes when using Razor (#9395)
* Do not perform synchronous writes to the Response TextWriter after a Razor FlushAsync
* Use ViewBuffer to perform async writes to the response when using ViewComponentResult

Related to #6397 

Fixes https://github.com/aspnet/AspNetCore/issues/4885
2019-04-16 16:12:37 -07:00
..
ref
src Prevent synchronous writes when using Razor (#9395) 2019-04-16 16:12:37 -07:00
test