Blazor Components

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

Read More »