Quantcast
Channel: BinaryIntellect Knowledge Base | .NET & Web Development KB By Bipin Joshi
Viewing all articles
Browse latest Browse all 396

Create Templated Components in Blazor

0
0
A Blazor application consists of one or more Razpr Components. Typically a component houses its UI in the form of HTML markup and the associated logic. However, at times you want the parent component to specify fragments of the UI so that these fragments can be rendered to produce the final UI of your component. These fragments of UI are called templates. If you ever worked with ASP.NET Web Form's data bound controls such as GridView, ListView, and DataList you are already familiar with the idea of templates and templated controls. Luckily, you can easily create templated components in Blazor so that your component becomes more reusable and customizable.

Viewing all articles
Browse latest Browse all 396

Latest Images

Trending Articles





Latest Images