How Can I download a file from a url, let's say:
https://example-my.sharepoint.com/personal/Documents/MyExample.docx
using c# and save it in a folder into my MVC Application on the server. Is there any way to do it?
Thanks.
How Can I download a file from a url, let's say:
https://example-my.sharepoint.com/personal/Documents/MyExample.docx
using c# and save it in a folder into my MVC Application on the server. Is there any way to do it?
Thanks.