ASP.Net how to call a method in a controller without redirecting the view
I have a view that displays every file that is in a specified folder and a delete button beside the name. I would like for the user to be able to click the button, delete the file from the folder, and then the page refresh with the updated list of files.