摘要: http://www.microsoftamorist.com/post/2010/02/28/Walkthrough-Forwarding-a-type-from-one-assembly-to-another-by-using-the-TypeForwardedToAttribute-attribute.aspx 阅读全文
posted @ 2011-12-02 17:20 远大 光明 阅读(615) 评论(0) 推荐(0) 编辑
摘要: public class RouteTable { // Fields private static RouteCollection _instance = new RouteCollection(); // Properties public static RouteCollection Routes ... 阅读全文
posted @ 2011-12-02 15:40 远大 光明 阅读(1954) 评论(4) 推荐(0) 编辑
摘要: WebFrom响应页面请求的方式: 1、获取一个页面需要的数据。 2、在页面的Page_Load(页面加载)方法中为我们的页面控件绑定数据。 3、在浏览器中显示页面。 MVC模式响应页面请求的方式: 1、MVC引擎分析URL要使用的Controller和Action命令。 2、Action方法从(Models)获取响应的数据(从数据库或者其他数据源获取数据)。... 阅读全文
posted @ 2011-12-02 10:26 远大 光明 阅读(274) 评论(0) 推荐(0) 编辑