JsInteropBaseSafeInvokeVoidAsync Method

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

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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