ModalShowAsync(String, String) Method
Shows the modal with an optional title and message.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public Task ShowAsync(
string? title,
string? message
)
- title String
- Title to display. Can be left empty
- message String
- Message to display. Can be left empty
TaskTask completion