Blazor Open a page in a new Browser tab using navigation manager?

Anantham.S 1 Reputation point
2021-01-04T11:14:40.087+00:00

Could please advise me the way of open a page in new tab using Navigation manager and how to show pdf file in browser window?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,480 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Janhvi Gujare 0 Reputation points
    2024-06-10T10:32:16.1133333+00:00

    In blazor webassembly how to connected same websocket connection on new tab using javascript await JSRuntime.InvokeVoidAsync("open", url, "_blank");

    0 comments No comments