C# 클래스 Blacker.Scraper.Helpers.WebHelper

파일 보기 프로젝트 열기: blacker-cz/MangaScraper

공개 메소드들

메소드 설명
DownloadImage ( string imageUrl, string fileName ) : void
GetHtmlDocument ( string url ) : HtmlNode

Get HTML node of the remote website

GetImageFromUrl ( string imageUrl ) : Image

메소드 상세

DownloadImage() 공개 정적인 메소드

public static DownloadImage ( string imageUrl, string fileName ) : void
imageUrl string
fileName string
리턴 void

GetHtmlDocument() 공개 정적인 메소드

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

GetImageFromUrl() 공개 정적인 메소드

public static GetImageFromUrl ( string imageUrl ) : Image
imageUrl string
리턴 Image