I have copied a file 1.txt from Container A to Container B.
I am also returning the complete URL of the copied file.
return new OkObjectResult(targetBlobClient.Uri);
Now, rather than returning I just want to open this file directly in the current browser tab which i used to invoke the function . How can I go about that ? Please guide.