Click or drag to resize
HtmlDocument.HtmlEncode Method
Applies HTML encoding to a specified string.

Namespace: WorkflowGen.My.HtmlAgilityPack
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static string HtmlEncode(
	string html
)

Parameters

html
Type: System.String
The input string to encode. May not be null.

Return Value

Type: String
The encoded string.
See Also