HTMLEncode 方法对指定的字符串应用 HTML 编码。
Server.HTMLEncode( string )
脚本
<%= Server.HTMLEncode("The paragraph tag: <P>") %>
输出
The paragraph tag: <P>