OutputCache(VaryByParam = "ProvinceID") public ActionResult CityList(int ProvinceID) { return Json(DBExt.GetCitys(ProvinceID)); }