HtmlDocumentHtmlEncode Method  | 
 
            Applies HTML encoding to a specified string.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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