I want to craft a Response and add file attachment headers, is this the way to go about doing this in ASP.NET MVC Action? Normally I return things like int, string, or more commonly ActionResult. But can I return an HttpResponse directly back to their browser like this?
So if they go to /controller/action/ it would return that HTTP response to their browser.