The HTMLEncode method applies HTML encoding to a specified string.
Server.HTMLEncode( string )
string
Specifies the string to encode.
The following script:
<%= Server.HTMLEncode("The paragraph tag: <P>") %>
produces the output:
The paragraph tag: <P>
Note 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.
© Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/obj/introbj_35.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/22 12:57,
18.190.253.56: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://techref.massmind.org/techref/language/asp/obj/introbj_35.htm"> HTMLEncode</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.