Platform SDK: IIS SDK |
The HTMLEncode method applies HTML encoding to a specified string. This is useful as a quick method of encoding form data and other client request data before using it in your Web application. Encoding data converts potentially unsafe characters to their HTML-encoded equivilent.
Server.HTMLEncode( string)
The following script:
<%=index.html Server.HTMLEncode("The paragraph tag: <P>") %>
Produces the following output:
The paragraph tag: <P>
The preceding output will be displayed by a Web browser as:
The paragraph tag: <P>
If you view source, or open the page as a text file, you will be able to see the encoded HTML.
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
What did you think of this topic? |
Order a Platform SDK CD |
file: /Techref/language/asp/OBJ/ref_vbom_seromhtenc.htm, 3KB, , updated: 2003/5/15 13:13, local time: 2024/11/12 16:58,
18.188.224.177:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/language/asp/OBJ/ref_vbom_seromhtenc.htm"> Server.HTMLEncode</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.