Join our book community on Discord
https://packt.link/EarlyAccess
In this chapter, we will learn about creating forms and validating them, which is a great opportunity to build our admin interface where we can manage our blog posts. We are also going to build multiple reusable components and learn about some of the new functionalities in Blazor (as of .NET5).
This is going to be a super fun chapter and we will use a lot of the things we learned up until now.
In this chapter, we will cover the following topics:
- Exploring form elements
- Adding validation
- Custom validation class attributes
- Building an admin interface