R
R
Roman Rakzin2017-10-05 19:30:48
JavaScript
Roman Rakzin, 2017-10-05 19:30:48

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

2 answer(s)
T
twobomb, 2017-10-05
@twobomb

Well, if you don’t often need to update the data, you can simply download the site, parse this data and display it.

E
eRKa, 2017-10-05
@kttotto

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 question

Ask a Question

731 491 924 answers to any question