Search⌘ K
AI Features

Introduction to Built-in Components

Explore how to build a travel expense tracker by using Blazor WebAssembly's built-in EditForm, input, and validation components. Learn to handle data input, validate entries, and manage form submission within a multi-project architecture separating the Blazor app from API endpoints.

We'll cover the following...

Overview

Most applications require some data input. The Blazor WebAssembly framework includes many built-in components for inputting and validating data.

In this chapter, we will learn how ...