Blazor Predefined Dialogs Example - Customization Options
This example demonstrates how to customize the content of the predefined Alert, Confirm and Prompt dialogs. Three buttons have been added to this example, click one of them to open the relevant dialog box.
The predefined dialog is used to display messages such as supplemental content like graphics, text, and interactive content like form components within a web page. It can use the DialogOption.ChildContent attribute to load customized content.
See also