摘要: Dictionary<string, object> defaultDict = new Dictionary<string, object>(); defaultDict["action"] = "Index"; defaultDict["id"] = 0; RouteValueDictionary defaultRouteValue = new RouteValueDictionary(defaultDict); RouteValueDictionary constraintRouteValue = new RouteValueDictionary(); 阅读全文
posted @ 2011-02-18 15:29 WEB开发狂 阅读(735) 评论(0) 推荐(0) 编辑