Try It Yourself
Explore how to rename and reference Razor components in a .NET MAUI application using Blazor. Learn to adjust component files and integrate elements to enhance your cross-platform app's interactivity and structure.
We'll cover the following...
We'll cover the following...
The interactive playground at the end of the lesson contains a .NET MAUI project with Blazor WebAssembly views. We can make the following changes to the Razor components:
Renaming components.
Referencing Razor components from other Razor components. ...