Ordeby then by

 先按orderby排序,再按thenby排序

return PartialView("_ClickRangeOnCategory", articles.OrderByDescending(a => a.ClickCount).ThenByDescending(a =>a.PostTime).ToList());

原文地址:https://www.cnblogs.com/liuyuanhao/p/4477939.html