How to visualize page loading and updating using the "ProgressBar"?
I try to do it, but nothing works.
I have set breakpoints in the downloadHandler.cs class
in the methods:
- CanDownload;
- OnBeforeDownload;
- OnDownloadUpdated;
But when debugging, nothing happens there.