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
Post a Comment