tjena. HTMLEncodeHtmlEncode
vad exakt gör 'HtmlEncode'?
har någon en sajt som tar upp det noga eller kan
någon här gå genom det lite snabbt.. vill veta grunden
hur det fungerar, använder det aktivt men vill veta vad
som händer... =)Sv: HtmlEncode
The HTMLEncode method applies HTML encoding to a specified string.
Syntax
Server.HTMLEncode( string )
Parameters
string
Specifies the string to encode.
Example
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.
Från Microsoft Windows2000 Server Documentation
<URL:http://www.microsoft.com/windows2000/en/server/iis/>