1
there is some way that instead of me returning a view and displaying it on the screen for the user, I return it but instead of displaying it I save the file . html on the computer? The code is as follows::
return View("~/Views/Item/Item.cshtml", model);
but it returns the view and displays it to the user, I wanted a way to download the html file instead of displaying it, it is possible to do this somehow?
Type this?
– bfavaretto