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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -