c# - Grabbing partial HTML -


i know of use of 'webclient' , 'client.downloadstring' grab pure html of given url without displaying page. possible grab 1 line or section of html, without saving entire html in destination string? if i'm seeking 1 small section of html, seems little inefficient take entire page of in 1 string, parse little segments thereafter.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -