摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace WebApplication1.MyHtmlHelper{ publi... 阅读全文
posted @ 2014-08-18 17:17 小白ACE 阅读(185) 评论(0) 推荐(0)
摘要: @{ ViewBag.Title = "Index";}@{ int pageIndex = (int)ViewBag.CurrentPage; int pageCount = (int)ViewBag.Pages;}Index cateId ... 阅读全文
posted @ 2014-08-18 17:08 小白ACE 阅读(292) 评论(0) 推荐(0)