[Inject, NotNull] IJSRuntime? JS { get; set; }
await JS.InvokeVoidAsync("eval", @"let discard = open(https://www.blazor.zone/tables/edit, _blank)");
await JS.InvokeVoidAsync("eval", $"let discard = open({url}, _blank)");
[Inject, NotNull] IJSRuntime? JS { get; set; }
await JS.InvokeVoidAsync("eval", @"let discard = open(https://www.blazor.zone/tables/edit, _blank)");
await JS.InvokeVoidAsync("eval", $"let discard = open({url}, _blank)");