Skip to content

Instantly share code, notes, and snippets.

@sunib
sunib / Program.cs
Created August 11, 2015 14:04
Very simple experiment to get started with RazorEngine lib.
namespace RazorExperiment
{
using Microsoft.AspNet.Razor;
using RazorEngine.Templating;
using System;
using System.IO;
using System.Reflection;
using System.Security;
using System.Security.Permissions;
using System.Security.Policy;