摘要: protected void Application_Start() { AreaRegistration.RegisterAllAreas(); ValueProviderFactories.Factories.Insert(0, new CustomValueProviderFactory()); ModelBinders.Binders.Add(typeof(AddressSummary), new AddressSummaryBinder()); WebApiConfig.Regis... 阅读全文
posted @ 2013-05-27 23:34 chunchill 阅读(408) 评论(0) 推荐(0) 编辑
摘要: Custom Route HandlerRouteHandler是连接Route System和MVC的桥梁。RounteHandler:IRouteHandler;GetHttpHandler 阅读全文
posted @ 2013-05-27 00:09 chunchill 阅读(144) 评论(0) 推荐(0) 编辑