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