MVC 3 HTML 编码

public string Browse(string genre)
{
string message = HttpUtility.HtmlEncode("Store.Browse, Genre = " + genre);
return message;
}
posted @ 2011-06-23 11:44  Ken-Cai  阅读(203)  评论(0编辑  收藏  举报