Merge pull request #10511 from bjarnef/v9/feature/block-list-partial-async
Render Block List component partial async
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
{
|
||||
if (block?.ContentUdi == null) { continue; }
|
||||
var data = block.Content;
|
||||
@Html.Partial("BlockList/Components/" + data.ContentType.Alias, block)
|
||||
|
||||
@await Html.PartialAsync("BlockList/Components/" + data.ContentType.Alias, block)
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user