mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-17 09:22:50 +08:00

This commit also adds functionality to LiveRenderable that should fix some problems related to vertical overflow. Closes #316 Closes #415
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
Title: Live
|
|
Order: 4
|
|
---
|
|
|
|
Live displays continue to redraw their contents until an action is complete.
|
|
|
|
<ul>
|
|
@foreach (IDocument child in OutputPages.GetChildrenOf(Document))
|
|
{
|
|
<li>@Html.DocumentLink(child)</li>
|
|
}
|
|
</ul> |