I want to set ModelBinders.Binders.DefaultBinder=new SmartBinder() in asp.net mvc 4 using autofac, what is the right way to do that?
相关问题
- How to create anchor href using Html.Helper [dupli
- Value cannot be null or empty.\r\nParameter name:
- JQuery UI sortable() method not supported error
- Creating organizational chart structure using CSS
- How to override a nopcommerce view file with a vie
相关文章
- MVC CDN fallback for Style Bundle
- Add to htmlAttributes for custom ActionLink helper
- Disable action method from being called from the a
- User.Identity.IsAuthenticated vs WebSecurity.IsAut
- Is there a way to update asp.net mvc bundle conten
- Autofac Exception: Cannot resolve parameter of con
- MVC4 - ContextDependentView - What does it mean?
- How to pretty-print JSON script in MVC 4 API
In your Global.asax.cs;
Autofac is not needed to do that.