https://cefsharp.github.io/api/67.0.0/html/M_CefSharp_WebBrowserExtensions_LoadHtml_1.htm
WebBrowserExtensions.LoadHtml Method (IWebBrowser, String, String)
Registers and loads a that represents the HTML content.
methodstring
https://cefsharp.github.io/api/67.0.0/html/M_CefSharp_WebBrowserExtensions_LoadHtml_2.htm
WebBrowserExtensions.LoadHtml Method (IWebBrowser, String, String, Encoding, Boolean)
Registers and loads a that represents the HTML content.
methodstringencodingboolean
https://cefsharp.github.io/api/67.0.0/html/P_CefSharp_IWebBrowser_CanGoForward.htm
IWebBrowser.CanGoForward Property
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
property
https://cefsharp.github.io/api/67.0.0/html/M_CefSharp_WebBrowserExtensions_ExecuteScriptAsync.htm
WebBrowserExtensions.ExecuteScriptAsync Method (IWebBrowser, String)
Execute some Javascript code in the context of this WebBrowser. As the method name implies, the script will be executed asynchronously, and the method...
methodstring
https://cefsharp.github.io/api/67.0.0/html/M_CefSharp_WebBrowserExtensions_EvaluateScriptAsync.htm
WebBrowserExtensions.EvaluateScriptAsync Method (IWebBrowser, Nullable(TimeSpan), String, Object[])
Evaluate some Javascript code in the context of this WebBrowser using the specified timeout.
methodnullabletimespanstringobject
https://cefsharp.github.io/api/67.0.0/html/M_CefSharp_WebBrowserExtensions_Print_1.htm
WebBrowserExtensions.Print Method (IWebBrowser)
Opens a Print Dialog which if used (can be user cancelled) will print the browser contents.
print method
https://cefsharp.github.io/api/67.0.0/html/M_CefSharp_WebBrowserExtensions_Find_1.htm
WebBrowserExtensions.Find Method (IWebBrowser, Int32, String, Boolean, Boolean, Boolean)
Search for text within the current page.
findmethodstringboolean