摘要: 1、@RenderBody() 作用和母版页中的服务器控件类似,当创建基于此布局页面的视图时,视图的内容会和布局页面合并,而新创建视图的内容会通过布局页面的@RenderBody()方法呈现在标签之间。 这个方法不需要参数,而且只能出现一次。 2、@RenderPage 从名称... 阅读全文
posted @ 2016-06-28 16:15 深南大道 阅读(427) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using MySql.Data.MySqlClient;using GoMusic.Data.MySqlClient;using GoMusic.Data;using... 阅读全文
posted @ 2016-06-28 13:24 深南大道 阅读(132) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Demo2017.Models{ /* ~/Models/LoginModel.cs */ publ... 阅读全文
posted @ 2016-06-28 10:32 深南大道 阅读(188) 评论(0) 推荐(0)
摘要: 上一篇介绍了Asp.Net MVC 中,从Http Pipeline上接收到请求如何匹配,匹配限制,以及如何控制在指定命名空间查找,解析出controller和action,并传参。 这篇主要介绍如何使用路由完成url生成,实现页面跳转,以及customize一个路由... 阅读全文
posted @ 2016-06-28 08:53 深南大道 阅读(269) 评论(0) 推荐(0)