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
|
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.aspxThanks!
|