Hi, @Anantham.S ,
The way of open a page in new tab
Try JSRuntime.InvokeAsync to open in new tab.
await JSRuntime.InvokeAsync<object>("open", "navigate", "_blank");
show pdf file in browser window
You can open pdf file directly via a tag.
<a href="./HelloWorld.pdf" target="blank">Go to Hello</a>
------
If the answer doesn’t solve your issue, please provide more details of error that will help us track down what’s happening.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Michael Wang