Skip to content

Instantly share code, notes, and snippets.

View ToineSeiter's full-sized avatar

Antoine Seiter ToineSeiter

View GitHub Profile
@ToineSeiter
ToineSeiter / AliasBinder
Last active April 16, 2020 09:19
Bind form-urlencoded values to property alias
using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Web.Mvc;
namespace Sample
{
[AttributeUsage(AttributeTargets.Property)]
public class AliasAttribute : Attribute