Skip to content

Instantly share code, notes, and snippets.

View 0biWanKenobi's full-sized avatar

Stefano La Terra 0biWanKenobi

View GitHub Profile
@0biWanKenobi
0biWanKenobi / AliasBinder.cs
Last active July 8, 2022 12:47 — forked from ToineSeiter/AliasBinder
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