关于[Building a reusable generic template component for server-side Blazor]的摘要:
The goal is to develop a little bit of UI that can be reused in different Blazor projects or with different data. The component knows nothing about the class it’s working with. The Type is supplied by a generic parameter.This component was developed for my Server-Side Blazor Workshopbut I’m making i...