C# 클래스 Suyati.ImageFetcher.ImageFetcher

The Image Fetcher
파일 보기 프로젝트 열기: suyati/Image-Fetcher

공개 메소드들

메소드 설명
GetImages ( string Url, bool Jpeg = true, bool Png = false, bool OgImage = false, int MaxImageCount = 2 ) : IList

To Get Images from a URL

GetTags ( string content, string tagName ) : ISet
IsValidUrl ( string url ) : bool

To check whether the url is valid or not

비공개 메소드들

메소드 설명
AddHttpToUrl ( string url ) : string

Appends http to a non-http url

CompleteRelativeUrl ( string relativeSrc, Uri url ) : string

To Complete Relative Url

GetOGImageUrl ( HtmlAgilityPack.HtmlDocument html, Uri url ) : string

To get the blurb image url frm a html document

GetSelectedImageFormat ( bool Jpeg, bool Png ) : string

To get selected image format

메소드 상세

GetImages() 공개 메소드

To Get Images from a URL
public GetImages ( string Url, bool Jpeg = true, bool Png = false, bool OgImage = false, int MaxImageCount = 2 ) : IList
Url string
Jpeg bool
Png bool
OgImage bool
MaxImageCount int
리턴 IList

GetTags() 공개 메소드

public GetTags ( string content, string tagName ) : ISet
content string
tagName string
리턴 ISet

IsValidUrl() 공개 메소드

To check whether the url is valid or not
public IsValidUrl ( string url ) : bool
url string
리턴 bool