9
gitpush
7y

Spent an hour and a half debugging why binders are not working on my Asp.Net project to end up finding out that my controller was missing:
[Route("[controller]")]
attribute at the beginning

Life is wonderful :)

Comments
Add Comment