I'm using Angular with ASP.NET core 3.0 and kind of new, I've a function that save pdf files in the Backend asp.net in a Folder "Resources\PdfFiles"
I got upload function to work fine, and it saves the files and it gives me the url of "Resources\PdfFiles" back, which is ok, but how do I display the pdf file from the FrontEnd, like is there any function, that I can retrieve the files from "Resources\PdfFiles"
I just wanted to create a button, when a user click on it, it displays the pdf
would you please help me out