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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -