Click or drag to resize

UtilityHtmlEncode Method

Encodes a string for display in the body of an HTML page.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public static string HtmlEncode(
	string value
)

Parameters

value  String

[Missing <param name="value"/> documentation for "M:Orthogonal.Hoarder.StdLib.Utility.HtmlEncode(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:Orthogonal.Hoarder.StdLib.Utility.HtmlEncode(System.String)"]

See Also