Gmail Agent API v0.6.1 Library

Utilities.CleanHtml Method 

Removes HTML tags and decodes HTML entities.

public static string CleanHtml(
   string dirtyHtml
);

Parameters

dirtyHtml
The HTML string to clean.

Return Value

The cleansed string.

See Also

Utilities Class | Johnvey.GmailAgent Namespace