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