TextSegment.MyHtmlEncode

TextSegment.MyHtmlEncode method

Encodes string as html.

public static string MyHtmlEncode(string value)
ParameterTypeDescription
valueStringString value to encode.

Return Value

Html encoded string.

See Also