摘要: https://nightbaker.github.io/asp/net/core/blazor/razor/component/2019/10/22/blazor-component/ 阅读全文
posted @ 2021-10-05 15:12 harrychinese 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://nightbaker.github.io/spa/csharp/webassembly/blazor/2021/08/09/blazor-optimization/ 阅读全文
posted @ 2021-10-05 15:02 harrychinese 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Razor 的DOM可以使用html直接写, 也可以使用 RenderFragment C#委托方法写. RenderFragment C#代理方法会由 Blazor Renderer 引擎自动调用, 我们不应该主动调用, 可将它们认为作为 html snippet用于razor 的 html中. 阅读全文
posted @ 2021-10-05 14:59 harrychinese 阅读(1711) 评论(0) 推荐(0) 编辑