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 make Scheduler with Azure Queue using .net

I created Two methods one for schedule and log in db and second method is related to reschedule message. 1. Schedule and Reschedu...