메소드 | 설명 | |
---|---|---|
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, |
To Complete Relative Url
|
|
GetOGImageUrl ( HtmlAgilityPack.HtmlDocument html, |
To get the blurb image url frm a html document
|
|
GetSelectedImageFormat ( bool Jpeg, bool Png ) : string |
To get selected image format
|
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 |
public GetTags ( string content, string tagName ) : ISet |
||
content | string | |
tagName | string | |
리턴 | ISet |