Building Forms with Validation
In this chapter, we will learn about creating forms and validating them, which is an excellent opportunity to build our admin interface where we can manage our blog posts. We will also build multiple reusable components and learn about some of the new functionalities in Blazor.
This chapter will be super fun, and we will use a lot of the things we have learned up until now.
In this chapter, we will cover the following topics:
- Exploring form elements
- Adding validation
- Custom validation class attributes
- Looking at bindings
- Building an admin interface