Advanced Topics in Creating Razor Components
In Blazor app development, everything is a component. We learned how to create Razor components in the last chapter. In this chapter, we will explore more advanced topics about Razor components. To convert list groups and context menus to Razor components, we need to understand advanced topics such as templated components and form validation. We will introduce these concepts while we are creating more Razor components in our project.
We will cover the following topics in this chapter:
- Creating more Razor components
- Using templated components
- Built-in Razor components and input validation