.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to CharsetConvert Class Summary

CharsetConvert::DownloadHtml

A convenient method to download the HTML from a URL. It does not download all external referenced parts of the Web page -- it only downloads the HTML text of a page. A NULL is returned if the Web page could not be downloaded.

  Declarations  
    [Visual Basic]
Public Function DownloadHtml(ByVal String url) As Byte()

[C#]
public byte [] DownloadHtml(string url);

[C++]
public unsigned char __gc[] DownloadHtml(String *url);

[JScript]
public function DownloadHtml(String url) : Byte[]
 
  Parameters  
   
url
A URL specifying a web page to download, such as "http://www.chilkatsoft.com"
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.