We have some PHP and Javascript apps that call into some ASP.NET MVC endpoints. Let\'s say we have this endpoint:
public ActionResult DoSomething(bool flag)
What part of the framework do I need to implement in order to match that up?
A custom model binder.