关于[Blazor Components: How to Split Template and C# Code]的摘要:
In the Blazor Introductionand specifically in the article about How to Create a Blazor Component, we’ve seen how simple it is to write C# code for our components.It’s not the only way to write C# code for our components, though. Instead of having the C# code below the template in the component file,...
原文地址: https://www.claudiobernasconi.ch/2020/02/08/blazor-components-how-to-split-template-and-csharp-code/