Class ScraperHtmlUtil

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll
public static class ScraperHtmlUtil
Inheritance
ScraperHtmlUtil
Inherited Members

Methods

HtmlDecode(string)

public static string HtmlDecode(string sHtml)

Parameters

sHtml string

Returns

string

Remarks

.NET version independent replacement for System.Web.HttpUtility.HtmlDecode() or System.Net.HttpUtility.HtmlDecode().

StripHtmlTags(string)

public static string StripHtmlTags(string sHtml)

Parameters

sHtml string

Returns

string