WebBrowser1.Stop() -> cromiumBrowser.Stop()? #4049
Answered
by
amaitland
Mephisto090
asked this question in
Q&A
-
Hello dear developer of Cefsharp, is there a function that cancels loading like the IE browser?
|
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Mar 28, 2022
Replies: 1 comment
-
http://cefsharp.github.io/api/99.2.x/html/M_CefSharp_WebBrowserExtensions_Stop_1.htm Make sure to add a using statement for the CefSharp namespace. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mephisto090
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://cefsharp.github.io/api/99.2.x/html/M_CefSharp_WebBrowserExtensions_Stop_1.htm
Make sure to add a using statement for the CefSharp namespace.