1 implementation of SetValueAsync
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
93
public async ValueTask
SetValueAsync
<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, TValue value, CancellationToken cancellationToken)
1 reference to SetValueAsync
Microsoft.JSInterop (1)
JSObjectReferenceExtensions.cs (1)
205
return jsObjectReference.
SetValueAsync
<TValue>(identifier, value, cancellationToken);