JSObjectReferenceExtensions
GetValueAsync<TValue>(IJSObjectReference, String, TimeSpan)
InvokeAsync<TValue>(IJSObjectReference, String, Object[])
InvokeAsync<TValue>(IJSObjectReference, String, CancellationToken, Object[])
InvokeAsync<TValue>(IJSObjectReference, String, TimeSpan, Object[])
InvokeConstructorAsync(IJSObjectReference, String, Object[])
InvokeConstructorAsync(IJSObjectReference, String, CancellationToken, Object[])
InvokeConstructorAsync(IJSObjectReference, String, TimeSpan, Object[])
InvokeVoidAsync(IJSObjectReference, String, Object[])
InvokeVoidAsync(IJSObjectReference, String, CancellationToken, Object[])
InvokeVoidAsync(IJSObjectReference, String, TimeSpan, Object[])
SetValueAsync<TValue>(IJSObjectReference, String, TValue, TimeSpan)
net10.0
namespace Microsoft.JSInterop
{
public static class JSObjectReferenceExtensions
{
public static ValueTask<IJSObjectReference!> InvokeConstructorAsync(this IJSObjectReference! jsObjectReference, string! identifier, CancellationToken cancellationToken, object?[]? args);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.JSInterop , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API