Install the OpenSSL on Debian based systems
sudo apt-get install openssl
using System; | |
using System.Web; | |
using System.Web.Mvc; | |
using System.IO; | |
using System.Web.Routing; | |
namespace YourNamespace | |
{ | |
/// <summary> | |
/// Class that renders MVC views to a string using the |