메소드 | 설명 | |
---|---|---|
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. |
리턴 |
public static HtmlToString ( string url ) : string | ||
url | string | Internet address of web-page to download. |
리턴 | string |