Coder DecodeHTML Method C# API
Decodes special characters within the specified HTML string. For example, & will be converted to &.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public static string DecodeHTML(
	string data
)

Parameters

data
Type: System String
The text to decode.

Return Value

The decoded text.
See Also