Add the specified word to the spelling dictionary.
(Defined by WebBrowserExtensions.) BackNavigates back, must check
CanGoBackbefore calling this method.
(Defined by WebBrowserExtensions.) CloseDevToolsExplicitly close the developer tools window if one exists for this browser instance.
(Defined by WebBrowserExtensions.) CopyExecute Copy on the focused frame
(Defined by WebBrowserExtensions.) CutExecute Cut on the focused frame
(Defined by WebBrowserExtensions.) DeleteExecute Delete on the focused frame
(Defined by WebBrowserExtensions.) EnsureObjectBoundAsyncMake sure an object is bound in javascript. Executes against the main frame
(Defined by JavascriptBindingExtensions.) EvaluateScriptAsync(String, NullableTimeSpan) Overloaded. (Defined by WebBrowserExtensions.) EvaluateScriptAsync(String, Object) Overloaded.Evaluate some Javascript code in the context of this WebBrowser. The script will be executed asynchronously and the method returns a Task encapsulating the response from the Javascript This simple helper extension will encapsulate params in single quotes (unless int, uint, etc)
(Defined by WebBrowserExtensions.) EvaluateScriptAsync(NullableTimeSpan, String, Object) Overloaded.Evaluate some Javascript code in the context of this WebBrowser using the specified timeout. The script will be executed asynchronously and the method returns a Task encapsulating the response from the Javascript This simple helper extension will encapsulate params in single quotes (unless int, uint, etc).
(Defined by WebBrowserExtensions.) ExecuteScriptAsync(String) Overloaded.Execute some Javascript code in the context of this WebBrowser. As the method name implies, the script will be executed asynchronously, and the method therefore returns before the script has actually been executed.
(Defined by WebBrowserExtensions.) ExecuteScriptAsync(String, Object) Overloaded.Execute some Javascript code in the context of this WebBrowser. As the method name implies, the script will be executed asynchronously, and the method therefore returns before the script has actually been executed. This simple helper extension will encapsulate params in single quotes (unless int, uint, etc)
(Defined by WebBrowserExtensions.) ExecuteScriptAsyncWhenPageLoadedExecute Javascript code in the context of this WebBrowser. This extension method uses the LoadingStateChanged event. As the method name implies, the script will be executed asynchronously, and the method therefore returns before the script has actually been executed.
(Defined by WebBrowserExtensions.) FindSearch for text within the current page.
(Defined by WebBrowserExtensions.) ForwardNavigates forward, must check
CanGoForwardbefore calling this method.
(Defined by WebBrowserExtensions.) GetBrowserHostShortcut method to get the browser IBrowserHost
(Defined by WebBrowserExtensions.) GetCookieManagerGets the default cookie manager associated with the IWebBrowser
(Defined by WebBrowserExtensions.) GetFocusedFrameReturns the focused frame for the browser window.
(Defined by WebBrowserExtensions.) GetMainFrameReturns the main (top-level) frame for the browser window.
(Defined by WebBrowserExtensions.) GetSourceAsyncRetrieve the main frame's HTML source using a
TaskTResult.
(Defined by WebBrowserExtensions.) GetTextAsyncRetrieve the main frame's display text using a
TaskTResult.
(Defined by WebBrowserExtensions.) GetZoomLevelAsyncAsynchronously gets the current Zoom Level.
(Defined by WebBrowserExtensions.) LoadHtml(String, String) Overloaded. (Defined by WebBrowserExtensions.) LoadHtml(String, Boolean) Overloaded.Loads html as Data Uri See https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs for details If base64Encode is false then html will be Uri encoded
(Defined by WebBrowserExtensions.) LoadHtml(String, String, Encoding, Boolean) Overloaded. (Defined by WebBrowserExtensions.) LoadStringLoad the string contents with the specified dummy url. Web security restrictions may not behave as expected.
(Defined by WebBrowserExtensions.) LoadUrlWithPostDataCreates a new instance of IRequest with the specified Url and Method = POST and then calls
LoadRequest(IRequest).
LoadRequest(IRequest)can only be used if a renderer process already exists. In newer versions initially loading about:blank no longer creates a renderer process. You can load a Data Uri initially then call this method. https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
(Defined by WebBrowserExtensions.) PasteExecute Paste on the focused frame
(Defined by WebBrowserExtensions.) PrintOpens a Print Dialog which if used (can be user cancelled) will print the browser contents.
(Defined by WebBrowserExtensions.) PrintToPdfAsyncAsynchronously prints the current browser contents to the PDF file specified. The caller is responsible for deleting the file when done.
(Defined by WebBrowserExtensions.) RedoExecute Redo on the focused frame
(Defined by WebBrowserExtensions.) RegisterAsyncJsObjectAsynchronously registers a Javascript object in this specific browser instance.
Only methods of the object will be availabe.
(Defined by WebBrowserExtensions.) RegisterJsObjectRegisters a Javascript object in this specific browser instance.
(Defined by WebBrowserExtensions.) RegisterResourceHandlerRegister a ResourceHandler. Can only be used when browser.ResourceHandlerFactory is an instance of DefaultResourceHandlerFactory
(Defined by WebBrowserExtensions.) Reload Overloaded.Reloads the page being displayed. This method will use data from the browser's cache, if available.
(Defined by WebBrowserExtensions.) Reload(Boolean) Overloaded.Reloads the page being displayed, optionally ignoring the cache (which means the whole page including all .css, .js etc. resources will be re-fetched).
(Defined by WebBrowserExtensions.) ReplaceMisspellingIf a misspelled word is currently selected in an editable node calling this method will replace it with the specified word.
(Defined by WebBrowserExtensions.) SelectAllExecute SelectAll on the focused frame
(Defined by WebBrowserExtensions.) SendMouseWheelEvent (Defined by WebBrowserExtensions.) SetAsPopup (Defined by WebBrowserExtensions.) SetZoomLevelChange the ZoomLevel to the specified value. Can be set to 0.0 to clear the zoom level.
(Defined by WebBrowserExtensions.) ShowDevToolsOpen developer tools in its own window.
(Defined by WebBrowserExtensions.) StopStops loading the current page.
(Defined by WebBrowserExtensions.) StopFindingCancel all searches that are currently going on.
(Defined by WebBrowserExtensions.) ThrowExceptionIfBrowserNotInitialized (Defined by WebBrowserExtensions.) UndoExecute Undo on the focused frame
(Defined by WebBrowserExtensions.) UnRegisterResourceHandlerUnregister a ResourceHandler. Can only be used when browser.ResourceHandlerFactory is an instance of DefaultResourceHandlerFactory
(Defined by WebBrowserExtensions.) ViewSourceOpens up a new program window (using the default text editor) where the source code of the currently displayed web page is shown.
(Defined by WebBrowserExtensions.)RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4