I used FrameLoadEnd
event to handle my code
but it seems function will trigger when all assets loaded
is there any way to handle main page loaded before assets loaded?
Asked
Active
Viewed 44 times
0

江晉緯
- 3
- 4
-
What are you trying to achieve? – amaitland Jul 30 '18 at 19:20
-
There is http://cefsharp.github.io/api/63.0.0/html/E_CefSharp_IWebBrowser_FrameLoadStart.htm thought without more details it's not clear what your trying to achieve. – amaitland Jul 30 '18 at 19:21
-
I want do something after source of mainpage loaded and before assets like image loaded – 江晉緯 Jul 30 '18 at 22:55
-
For what reason? – amaitland Jul 30 '18 at 23:04
-
just get page's html source – 江晉緯 Jul 30 '18 at 23:05
-
The third option is http://cefsharp.github.io/api/63.0.0/html/E_CefSharp_IWebBrowser_LoadingStateChanged.htm From experience you are best to wait until the page has fully loaded. There really aren't any other options – amaitland Jul 30 '18 at 23:37