Blazor Components
June 25, 2020
No Comments
Components are specified using an element tag that matches the type name of the component. Think of Razor components like you would .NET types, because
Blazor and DonetCore Stuff