c# - Accessing a html page that is in a tab of a html page using Windows Phone 8 app -
i programming in c# , windows phone 8. trying access html page (lets students subject grades[page 2]).
this html page referenced href
tag placed within html page (the students home screen after log in [page 1]), have accessed using httpclient
object of postasync
function.
i need know way can programmatically click specific link (from page 1 page 2).
i know how access href content using htmlagilitypack, don't know how load "that"(page 2) html page specific , different every individual. thank in advance.
if can access href htmlagilitypack can call postasync url being href link.
Comments
Post a Comment