Blazor Dialog Example - Modal Dialog
Software Update
Your current software version is up to date.
| Properties | |
Close on overlay click |
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 when clicking on the overlay. Click the "Open" button to display the Dialog again if it is closed.
A modal prevents access to the parent application, ensuring that users must interact with the Blazor Dialog before continuing with the parent application.
For more information about modal behavior in Dialog, refer to the getting started documentation.