调用示例
Html.Action("_ScrollImage", "_Article", new { area = "PartialView", mode = "scroll", viewArticle = new ViewArticle { //设置滚动模式Article = new Article { ColumnId = 272 },
IsJumpTarget = true,
ContentLength = 1, //设置一次滚动的个数
SummaryLength = 1, //设置一屏显示个数
Count = 12,
TitleLength = 19, } })