关于[How to Dynamically Build the UI in Blazor Components]的摘要:
You have two tools for generating your initial UI in a Blazor component: ASP.NET's Razor and Blazor's RenderFragment. Here's how to use both to integrate with your C# code (and a warning about what you can't do).
原文地址: https://visualstudiomagazine.com/articles/2019/07/19/how-to-dynamically-build.aspx