2 implementations of GetValueAsync
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\UnsupportedJavaScriptRuntime.cs (1)
29public ValueTask<TValue> GetValueAsync<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, CancellationToken cancellationToken)
Microsoft.JSInterop (1)
JSRuntime.cs (1)
100public ValueTask<TValue> GetValueAsync<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, CancellationToken cancellationToken)
1 reference to GetValueAsync
Microsoft.JSInterop (1)
JSRuntimeExtensions.cs (1)
186return jsRuntime.GetValueAsync<TValue>(identifier, cancellationToken);