algorithmic modeling for Rhino
string websiteContent = ReadURL("http://www.google.es/");
A = processHTMLCode(websiteContent);
and:
string url ="http://www.google.es/";
string result = null;
try
{
WebClient client = new WebClient();
result = client.DownloadString(url);
}
catch (Exception ex)
{
// handle error
MessageBox.Show(ex.Message);
}
A = result;
Tags:
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by