ModalShowAsync(String, String) Method

Shows the modal with an optional title and message.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task ShowAsync(
	string? title,
	string? message
)

Parameters

title  String
Title to display. Can be left empty
message  String
Message to display. Can be left empty

Return Value

Task
Task completion

See Also