HtmlEncode (str) %> 到了ASP.NET MVC 1.0,可以用HtmlHelper 類別的Encode 方法: <%= Html.Encode(ViewData["Message"]) %>
確定! 回上一頁