关于[Shared models - Blazor's (not so) secret super power]的摘要:
If you’ve built applications using javascript and some form of Web API, you’ve probably run into the “separate models” problem. This is where you define one model in the backend (in .NET, typically a C# class) and return instances of it via your API (serialised to JSON to send over the network).