Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetFrames ( string baseUri ) : IEnumerable |
||
GetHrefs ( string baseUri ) : IEnumerable |
||
GetIFrames ( string baseUri ) : IEnumerable |
||
GetImages ( string baseUri ) : IEnumerable |
||
GetResources ( UrlType urlType, string baseUri ) : IEnumerable |
||
HtmlParser ( Stream htmlStream ) : System |
Method | Description | |
---|---|---|
ConvertToAbsoluteUrl ( string url, string baseUrl ) : |
||
GetEnumerator ( |
public GetFrames ( string baseUri ) : IEnumerable |
||
baseUri | string | |
return | IEnumerable |
public GetHrefs ( string baseUri ) : IEnumerable |
||
baseUri | string | |
return | IEnumerable |
public GetIFrames ( string baseUri ) : IEnumerable |
||
baseUri | string | |
return | IEnumerable |
public GetImages ( string baseUri ) : IEnumerable |
||
baseUri | string | |
return | IEnumerable |
public GetResources ( UrlType urlType, string baseUri ) : IEnumerable |
||
urlType | UrlType | |
baseUri | string | |
return | IEnumerable |
public HtmlParser ( Stream htmlStream ) : System | ||
htmlStream | Stream | |
return | System |