C# 클래스 LinkCrawler.Utils.Helpers.MarkupHelpers

파일 보기 프로젝트 열기: hmol/LinkCrawler

공개 메소드들

메소드 설명
GetAllUrlsFromMarkup ( string markup, bool checkImageTags ) : List
GetValidUrlListFromMarkup ( string markup, IValidUrlParser parser, bool checkImages ) : List

Get's a list of all urls in markup and tires to fix the urls that Restsharp will have a problem with (i.e relative urls, urls with no sceme, mailto links..etc)

비공개 메소드들

메소드 설명
GetAllUrlsFromHtmlDocument ( string markup, string searchPattern, string attribute ) : List

메소드 상세

GetAllUrlsFromMarkup() 공개 정적인 메소드

public static GetAllUrlsFromMarkup ( string markup, bool checkImageTags ) : List
markup string
checkImageTags bool
리턴 List

GetValidUrlListFromMarkup() 공개 정적인 메소드

Get's a list of all urls in markup and tires to fix the urls that Restsharp will have a problem with (i.e relative urls, urls with no sceme, mailto links..etc)
public static GetValidUrlListFromMarkup ( string markup, IValidUrlParser parser, bool checkImages ) : List
markup string
parser IValidUrlParser
checkImages bool
리턴 List