dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.55k stars 25.31k forks source link

Container issue for Custom Model Binding #16319

Open Rick-Anderson opened 4 years ago

Rick-Anderson commented 4 years ago

7.9K PV

This is the Container issue for this doc. Reopen each issue you are working on so the owner is notified.

PU issues:


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

serpent5 commented 4 years ago

How do I specify a binder for a type outside of my project? #16314

This one is already covered in the section Implementing a ModelBinderProvider.

serpent5 commented 4 years ago

@Rick-Anderson The main sample for this topic is still on 1.0. Is it alright if I do a 3.1 update? If that's a "yes", do you want a 2.2 update first? i.e. Should we have 2.2 and 3.1 or just 3.1?

Rick-Anderson commented 4 years ago

All we need to maintain is 2.1 and 3.1

serpent5 commented 4 years ago

Ok. I'll do a 2.1 update first and then add a 3.1 version, unless you say otherwise. Feel free to suggest something else if there's higher priority issues I can help with.