Blazor Dialog Example - Modal Dialog
This example demonstrates the modal behavior of the Blazor Dialog component. Choose the "Close on overlay" option from the property panel to decide whether the Dialog will be closed on click on the overlay. Click on the "Open" button to show the Dialog again if it is closed.
Software Update
Your current software version is up to date.
| Properties | |
Close on overlay click |
A modal prevents access to the parent application so that the user must interact with the Blazor Dialog before continuing with the parent application.
More information on the modal behavior of Dialog can be found in the documentation section.