Click or drag to resize

StringUtilsFixHTMLForDisplay Method

Replaces and and Quote characters to HTML safe equivalents.

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

Parameters

html
Type: SystemString
HTML to convert

Return Value

Type: String
Returns an HTML string of the converted text
See Also