JsInteropBaseSafeInvokeVoidAsync Method

Safely invokes a JavaScript function that does not return a value.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected Task SafeInvokeVoidAsync(
	string identifier,
	params Object?[] args
)

Parameters

identifier  String
The identifier of the JavaScript function to invoke.
args  Object
The arguments to pass to the JavaScript function.

Return Value

Task

[Missing <returns> documentation for "M:BlazorBootstrap.JsInteropBase.SafeInvokeVoidAsync(System.String,System.Object[])"]

See Also