2013-08-17 3 views

Répondre

1

Dans votre Global.asax.cs;

protected void Application_Start() 
    { 

     System.Web.Mvc.ModelBinders.Binders.DefaultBinder = new SmartBinder(); 
    } 

Autofac n'est pas nécessaire pour cela.

Questions connexes