Welcome Guest Search | Active Topics | Sign In | Register

WebView.LoadCompleted Event Options
Ralf
Posted: Monday, August 5, 2019 8:33:32 AM
Rank: Newbie
Groups: Member

Joined: 8/5/2019
Posts: 1
Hi, I looking for help with WebView.LoadCompleted Event in C#. I searched the documentation but found nothing. Can someone possibly help me with an example? I need the URL and HttpStatusCode after LoadCompleted.

thanks

Ralf
eo_support
Posted: Monday, August 5, 2019 2:10:23 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,218
Hi,

You would simply get it from the e argument. For example, to get the HttpStatusCode, you would use e.HttpStatusCode in your event handler. The documentation is very clear here:

https://www.essentialobjects.com/doc/eo.webbrowser.webview.loadcompleted.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.