httpwebrequest - Get Value from source code by HttpWebResponse C# -


i'm use httpwebresponse in c# response request , saves response data(string) in streamreader it's work ! need messages box text in streamreader aera :

<tr><td class='left' style='width: 120px'>country</td><td class='left'><img src='images/flags/us.png' alt='united states flag' title='united states flag'> united states (us)</td></tr> 

this html code ! , want

united states (us)

--note : every request : 'images/flags/us.png' , 'united states flag' it's change others !

also , html agility pack best work ! , i'm uses regex work!


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -