| HtmlDocumentHtmlEncode Method  | 
            Applies HTML encoding to a specified string.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static string HtmlEncode(
	string html
)
Public Shared Function HtmlEncode ( 
	html As String
) As String
Parameters
- html
 - Type: SystemString
The input string to encode. May not be null. 
Return Value
Type: 
StringThe encoded string.
See Also