Answer the question
In order to leave comments, you need to log in
How to bind to content values in C# browser?
There is a site that performs calculations and keeps track of changing data. There is no API as such.
When working with the site, I see the calculated values.
How do I in a C# program, after creating a browser, keep track of certain variables, and react accordingly in the main program?
Answer the question
In order to leave comments, you need to log in
Well, if you don’t often need to update the data, you can simply download the site, parse this data and display it.
MSD basically tells everything here . At the bottom of the page there is this paragraph, pay attention to it:
Follow the link here to see how to work with HtmlDocument and find methods for accessing dom elements there: GetElementById(String), GetElementsByTagName(String). Actually there are enough methods to find out the necessary values from the page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question