JsInteropBaseSafeInvokeVoidAsync Method
Safely invokes a JavaScript function that does not return a value.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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[])"]