Accessing A Html Page That Is In A Tab Of A Html Page Using Windows Phone 8 App
I am programming in C# and for Windows Phone 8. I am currently trying to access a html page (lets say an students subject grades[page 2]). This html page is referenced by a href t
Solution 1:
If you can access the href with the HTMLAgilityPack than you can simply call another POSTAsync with the url being the href link.
Post a Comment for "Accessing A Html Page That Is In A Tab Of A Html Page Using Windows Phone 8 App"