Interact with data in Blazor web apps
Intermediate
Developer
Solution Architect
Blazor
ASP.NET
Design user interface elements for a web app by using Blazor components. Obtain data and display it to the user on dynamic webpages.
Learning objectives
By the end of this module, you're able to:
- Assemble a user interface for a web app by creating Blazor components.
- Access data to display in your web app.
- Share data in your web app between multiple Blazor components.
- Bind an HTML element to a variable in a Blazor component.
Prerequisites
- Familiarity with HTML and CSS in web development
- Ability to write C# code at a novice level
- Ability to create a Blazor web application