Using Razor Components in an ASP.NET Core MVC Application
Lee Timmins
2nd Oct 25
Comments
If you like the idea of Razor components but already have an existing ASP.NET Core MVC app, you can return a Razor component from within your MVC actions.
In this post, we’ll build a contact page with both server-side and client-side validation.