JsInteropBaseSafeInvokeVoidAsync Method
Safely invokes a JavaScript function that does not return a value.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
protected Task SafeInvokeVoidAsync(
string identifier,
params Object?[] args
)
- identifier String
- The identifier of the JavaScript function to invoke.
- args Object
- The arguments to pass to the JavaScript function.
Task[Missing <returns> documentation for "M:BlazorBootstrap.JsInteropBase.SafeInvokeVoidAsync(System.String,System.Object[])"]