I'm trying to follow the steps in this article using a vNext project and mvc 6. I've been reading through the code here but still a little unsure how to implement this.
Does anyone have a working example they could share or point me in the right direction?
I'm particularly wondering how to register the custom binder, and what classes I would inherit from since DefaultModelBinder is not available.