ConfirmDialogShowAsync(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,
	ConfirmDialogOptions? confirmDialogOptions = null
)

Parameters

title  String
title for the confirm dialog
message1  String
message1 for the confirmation dialog.
confirmDialogOptions  ConfirmDialogOptions  (Optional)
options for the confirmation dialog.

Return Value

TaskBoolean
bool

See Also