Project Description
Offers a secure and isolated template rendering engine using the Razor syntax. This project is heavily based on
RazorEngine.
The Razor templates are compiled into temporary assemblies (cached) and then executed in a secure AppDomain which does not has access to the disk, database or the network.
Supports ASP.NET (dynamic ViewBag in templates) and shadow-copying (shadow-copied assembly can contain model class).
To install IsolatedRazor, run the following command in the Package Manager Console:
PM> Install-Package IsolatedRazor