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