摘要: public class Article { [Key] public int ID { get; set; } public string Title{get;set;} public int AuthorssID { get; set; } public Author Author { get... 阅读全文
posted @ 2014-06-09 15:21 xuxu_dragon 阅读(233) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace PagedList.MVCWeb.Controllers{ publi... 阅读全文
posted @ 2014-06-09 10:58 xuxu_dragon 阅读(604) 评论(0) 推荐(0) 编辑