HTML-encodes a string and returns the encoded string.
public static string HtmlEncode(string text)
Return Value
The HTML-encoded text.
Parameters
text
The text string to encode.
See also:
Class HtmlUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic