C# Class Blacker.Scraper.Helpers.WebHelper

Show file Open project: blacker-cz/MangaScraper

Public Methods

Method Description
DownloadImage ( string imageUrl, string fileName ) : void
GetHtmlDocument ( string url ) : HtmlNode

Get HTML node of the remote website

GetImageFromUrl ( string imageUrl ) : Image

Method Details

DownloadImage() public static method

public static DownloadImage ( string imageUrl, string fileName ) : void
imageUrl string
fileName string
return void

GetHtmlDocument() public static method

Get HTML node of the remote website
public static GetHtmlDocument ( string url ) : HtmlNode
url string Website url
return HtmlAgilityPack.HtmlNode

GetImageFromUrl() public static method

public static GetImageFromUrl ( string imageUrl ) : Image
imageUrl string
return Image