Thursday, March 16, 2017

Web api 2 file download result

To download a file from web api 2 controller method, the approach described in this article works well:

http://stackoverflow.com/questions/21533022/web-api-2-download-file-using-async-taskihttpactionresult

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...