Modal Dialog Component | The FREE Blazor Crash Course (.NET 5)

This video is part of The FREE Blazor Crash Course. In this crash course, we build an actual Blazor WebAssembly application based on .NET 5. In this video, we will implement a modal dialog component that we can use everywhere in our application. We learn how to use arguments in event callbacks, and we learn about the power of reusable components. In the completed FinanceMentor application, we want to use modal dialogs to interact with the user. On the Earnings page, we have a list of all the entries on the left. In the last column, we have a delete button. We don’t want to delete rows accidentally. That’s why we ask the user for confirmation when the delete button gets clicked. 00:00 About This Course 00:28 Demo - What We Are Building 01:26 Create the Modal Dialog Component 02:59 Implement Component Parameters 03:34 Implement Component Behavior 05:17 Adjusting the Earnings page 07:41 Implementing the API Handling 10:07 Implementing Different Dialog Type
Back to Top