Skip to content

Instantly share code, notes, and snippets.

View marlonfsolis's full-sized avatar

Marlon marlonfsolis

  • CoAdvantage
  • Florida
View GitHub Profile
@iamggreen
iamggreen / TemplateHtmlHelper.cs
Created January 11, 2014 08:41
Extension method to render ASP.NET MVC partial view to a string
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.IO;
using System.Collections.Concurrent;
using System.Text;
namespace PartialViewTemplatesSample