How do you stop a WebBrowser object in WPF?
The stop method is not an option becasue that is only available in windows forms.
http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.stop.aspx
And Dispose does not seem to be the answer either.
The stop method is not an option becasue that is only available in windows forms.
http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.stop.aspx
And Dispose does not seem to be the answer either.