Contents tagged with model binder

  • Adding a custom model binder to Orchard

    Tags: Orchard, model binder

    An undocumented extensiblity point of Orchard is that you can add custom MVC model binders in an Orchard-y way, with providers. We needed this for adding the ability of parsing floats with a decimal dot and comma equally well, and it works as following.

    < More >