Skip to content

Instantly share code, notes, and snippets.

View amirci's full-sized avatar

Amir Barylko amirci

View GitHub Profile
@amirci
amirci / C# NumberFor
Created January 7, 2012 16:29 — forked from anonymous/C# NumberFor
NumberFor extension for HtmlHelper
using System;
using System.Linq.Expressions;
using System.Web.Mvc;
using System.Web.Mvc.Html;
using System.Text.RegularExpressions;
namespace Website.Extensions
{
public static class HtmlExtensions
{