JsInteropBase Class
Provides a mechanism for releasing unmanaged resources asynchronously.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public abstract class JsInteropBase : IAsyncDisposable
- Inheritance
- Object JsInteropBase
- Derived
- Implements
- IAsyncDisposable
| JsInteropBase |
Initializes a new instance of the JsInteropBase class with the specified JavaScript runtime and module path.
|
| DisposeAsync |
Performs application-defined tasks associated with freeing, releasing, or
resetting unmanaged resources asynchronously. |
| SafeInvokeVoidAsync |
Safely invokes a JavaScript function that does not return a value.
|