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