摘要:
protected void Application_Start() { AreaRegistration.RegisterAllAreas(); ValueProviderFactories.Factories.Insert(0, new CustomValueProviderFactory()); ModelBinders.Binders.Add(typeof(AddressSummary), new AddressSummaryBinder()); WebApiConfig.Regis... 阅读全文
摘要:
Custom Route HandlerRouteHandler是连接Route System和MVC的桥梁。RounteHandler:IRouteHandler;GetHttpHandler 阅读全文