Torna al Thread

WebClient cli = new WebClient(); string html = cli.DownloadString("http://www.dotnethell.it/"); Regex regx = new Regex("<div>(.*)</div>" , RegexOptions.IgnoreCase | RegexOptions.Multiline); foreach (Match m in regx.Matches(html)) { ....
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5