Click or drag to resize

HtmlDocumentHtmlEncode Method

Applies HTML encoding to a specified string.

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

Parameters

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

Return Value

Type: String
The encoded string.
See Also