关于[Blazor Components with Arbitrary and Cascading Parameters]的摘要:
Blazor components are reusable parts of the application containing the logic for the user interface creation. So, everything in our application could be a component. A home page, registration, login form, error page, you name it. It is always recommended to use components to split the application’s logic into smaller reusable/maintainable parts. In this article, we are going to learn about creating components and how to pass different kinds of parameters to it. Additionally, we are going to learn how to debug the Blazor WebAssembly application using our browser.