03 2012 档案

摘要:ASP.NET.MVC4 高级编程学习资料25MPDF507页 进入下载 点击Professional.ASP.NET.MVCandrewdavey-NotFoundMvc 链接 martijnboland-MvcPaging 链接 IPagedList.cs using System.Collections.Generic;namespace MvcPaging{ public interface IPagedList { int PageCount { get; } int TotalItemCount { get; } int... 阅读全文
posted @ 2012-03-30 22:06 曾祥展 阅读(2080) 评论(0) 推荐(0) 编辑
摘要:public class UserControlPageHelper : UserControl { protected IDictionary<string, object> ViewData { get { return (Dictionary<s... 阅读全文
posted @ 2012-03-21 23:50 曾祥展 阅读(1717) 评论(0) 推荐(0) 编辑