642 Views
Blazor ships with something called an EditForm. But what is it, do you have to use it, and what if you don't fancy relying on magic to make your application work? Here's a Blazor EditForm in action. We have the EditForm component itself, which we've pointed at an instance of a C# class ( Command in this case) via the Model property.
0 comments