ModalShowAsync(String, String) Method

Shows the modal with an optional title and message.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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