Click or drag to resize

StringUtilsHtmlEncode Method

HTML-encodes a string and returns the encoded string.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string HtmlEncode(
	string text
)

Parameters

text
Type: SystemString
The text string to encode.

Return Value

Type: String
The HTML-encoded text.
See Also