Skip to content

Instantly share code, notes, and snippets.

View TiagoSoczek's full-sized avatar

Tiago Soczek TiagoSoczek

View GitHub Profile
// http://haacked.com/archive/2009/01/14/named-formats-redux.aspx#70485
namespace Project.Extensions.NamedFormatter
{
using System;
using System.Collections.Generic;
using System.Text;
using System.Web;
using System.Web.Routing;
using System.Web.UI;