© 2026 Hedgehog Software, LLC
@rendermode InteractiveServer @attribute [StreamRendering]
private async Task CopyToClipboard(string text) { await ClipboardService.SetTextAsync(text); ToastService.ShowToast(ToastIntent.Success, "Copied to clipboard"); }