JsInteropBase Class
Provides a mechanism for releasing unmanaged resources asynchronously.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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.
|