会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我转行写网文了,IT已死,苍天无助
耕田的狐狸
博客园
首页
新随笔
联系
订阅
管理
2012年11月8日
MVC3中输出Html标签的方法
摘要: @{string a="<a>111</a>";}想要输出html,可以三种方式:@Html.Raw(a)@MvcHtmlString.Create(a)@{WriteLiteral(a);}@(new HtmlString( "<h1>asdfasd</h1>")) @(Html.Encode("<h1>asdfasd</h1>"))
阅读全文
posted @ 2012-11-08 14:55 赤狐(zcm123)
阅读(133)
评论(0)
推荐(0)
编辑
公告