There's an interesting thread on stackoverflow about it: ASP.NET MVC: returning plaintext file to download from controller method
This post explains how to show the content of a txt file on a url, but not how to save the content of that url to the client's disk.
Is there any possibility to save (on the client side) a file that (pratically) doesn't exist? There's just plain text, and the idea would be to download this plain text to a TXT file.