aspnetcore/test/testapps/BasicTestApp/ConcurrentRenderParent.cshtml

8 lines
212 B
Plaintext

<p>
After a 1 second delay, the output should be 100x😊, with no remaining "WAITING" markers.
</p>
<div id="concurrent-render-output">
@for (var i = 0; i < 100; i++) {<ConcurrentRenderChild />}
</div>