Méthode | Description | |
---|---|---|
HtmlToStream ( string url ) : |
Download webpage from given url-address to a StreamReader object.
|
|
HtmlToString ( string url ) : string |
Download webpage from given url-address to a string.
|
public static HtmlToStream ( string url ) : |
||
url | string | Internet address of web-page to download. |
Résultat |
public static HtmlToString ( string url ) : string | ||
url | string | Internet address of web-page to download. |
Résultat | string |