ModalShowAsync(String, String) Method
Shows the modal with an optional title and message.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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