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.
Overloads:
See also:
Class Utilities© West Wind Technologies, 2018 • Updated: 06/07/18
Comment or report problem with topic