get current webbrowser url or webbrowser content
问题 I made a login button and want to check if the user logged in or not. I though 2 ways to do that. Check if the webbrowser url is equal with a url (If user login successfully the url is url1, and if not the url is url2) Check if the current webbrowser content contains a word (for example if user login successfully, then in the redirected page should have "Thank you" message) I want to mention that all is working my only problem is to check if he logged in or not public void Login() {