C# Class Blacker.Scraper.Helpers.WebHelper

Afficher le fichier Open project: blacker-cz/MangaScraper

Méthodes publiques

Méthode 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 méthode

public static DownloadImage ( string imageUrl, string fileName ) : void
imageUrl string
fileName string
Résultat void

GetHtmlDocument() public static méthode

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

GetImageFromUrl() public static méthode

public static GetImageFromUrl ( string imageUrl ) : Image
imageUrl string
Résultat Image