If you're using the MVC integration, then it takes place during the final stage of model binding after all the property values have been set, during System.Web.Mvc.DefaultModelBinder's OnModelUpdated method.
Jeremy
If you're using the MVC integration, then it takes place during the final stage of model binding after all the property values have been set, during System.Web.Mvc.DefaultModelBinder's OnModelUpdated method.
Jeremy