Monday, January 6, 2025

How to open Blob Files in New Tab using dot net and angular

Step 1: Add This code to Angular app

Angular code

Html Side Code

HTML Code



Step 2: Add DotNet Code To Download blob File.

Dot Net Code



Note: use this in your api service

No comments:

Post a Comment

How to Do Cross-Browser Testing on Windows — Including Safari via Playwright

To test follow few steps: Step 1. Install node Step 2. create Folder and run these commands commands Copy Code ...