MVC 3 HTML 编码
public string Browse(string genre)
{
string message = HttpUtility.HtmlEncode("Store.Browse, Genre = " + genre);
return message;
}
{
string message = HttpUtility.HtmlEncode("Store.Browse, Genre = " + genre);
return message;
}
浙公网安备 33010602011771号