Introduction
Blazor is a .NET frontend web framework that supports both server-side rendering and client interactivity in a single programming model.
Learning objectives
After completing this module, you'll be able to:
- Combine HTML and C# to define dynamic page rendering logic
- Render API responses in Blazor Web apps
- Create pages that perform HTTP operations