Interact with data in Blazor web apps
Design user interface elements for a web app by using Blazor components. You'll also obtain data and display it to the user on dynamic webpages.
Learning objectives
By the end of this module, you'll be 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