文章分类 -  ASP.NET MVC 基础知识

摘要:以下使用参数文字说明:linkText:生成的链接所显示的文字 类型:stringactionName:对应控制器的方法 类型:stringrouteValues:向对应的action传递的参数 类型:object 或RouteValueDictionaryc... 阅读全文
posted @ 2014-04-16 10:58 邹邹 阅读(129) 评论(0) 推荐(0)
摘要:With the release of ASP.NET MVC 3 Release Candidate 2 (RC2) you can finally use Html.Raw when you don’t your output to be encoded.So this means you do... 阅读全文
posted @ 2014-04-16 09:33 邹邹 阅读(390) 评论(0) 推荐(0)