导航

2016年4月12日

摘要: Partail Views 类似于ASPX视图引擎中的用户控件,使用部分视图可以创建放置于不同页面的通用部分。 阅读全文

posted @ 2016-04-12 23:37 颍川小哥 阅读(141) 评论(0) 推荐(0) 编辑

摘要: .cs namespace SendToMvcHello.Controllers { public class HomeController : Controller { // GET: Home public string SendHello(HelloPerson helloPerson) { retur... 阅读全文

posted @ 2016-04-12 21:56 颍川小哥 阅读(208) 评论(1) 推荐(0) 编辑

摘要: 1)、Length:获得当前字符串中字符的个数2)、ToUpper():将字符转换成大写形式3)、ToLower():将字符串转换成小写形式4)、Equals(lessonTwo,StringComparison.OrdinalIgnoreCase):比较两个字符串,可以忽略大小写5)、Split( 阅读全文

posted @ 2016-04-12 11:41 颍川小哥 阅读(128) 评论(0) 推荐(0) 编辑