...
/Introduction to Blazor WebAssembly Application
Introduction to Blazor WebAssembly Application
Get introduced to the concepts we will learn in this chapter.
We'll cover the following...
Overview
Razor components are the building blocks of Blazor WebAssembly applications. A Razor component is a chunk of user interface that can be shared, nested, and reused. Razor components are ordinary C# classes and can be placed anywhere in a project. ...