Monday, May 21, 2018

Creating Component In Blazor

Just like mordern client frameworks (such as Angular), Blazor has components at the core part. It uses the combination of Razor, HTML and C# code as a component. Component is a base element of the Blazor application i.e. every page is considered as a component in Blazor. There are multiple ways to create components in Blazor.

source https://www.c-sharpcorner.com/article/creating-component-in-blazor/

No comments:

Post a Comment