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