Class ScraperHtmlUtil
Inherited Members
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public static class ScraperHtmlUtil
Methods
HtmlDecode(string)
Declaration
public static string HtmlDecode(string sHtml)
Parameters
Type | Name | Description |
---|---|---|
string | sHtml |
Returns
Type | Description |
---|---|
string |
Remarks
.NET version independent replacement for System.Web.HttpUtility.HtmlDecode() or System.Net.HttpUtility.HtmlDecode().
StripHtmlTags(string)
Declaration
public static string StripHtmlTags(string sHtml)
Parameters
Type | Name | Description |
---|---|---|
string | sHtml |
Returns
Type | Description |
---|---|
string |