ConfirmDialogShowAsync(String, String, String, ConfirmDialogOptions) Method

Shows confirm dialog.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task<bool> ShowAsync(
	string title,
	string message1,
	string message2,
	ConfirmDialogOptions? confirmDialogOptions = null
)

Parameters

title  String
title for the confirm dialog
message1  String
message1 for the confirmation dialog.
message2  String
message2 for the confirmation dialog. This is optional.
confirmDialogOptions  ConfirmDialogOptions  (Optional)
options for the confirmation dialog.

Return Value

TaskBoolean
bool

See Also