IBrowser Methods |
The IBrowser type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
DisposeAsync |
Asynchronously disposes the current browser instance according to the given options.
| |
Focus |
Tells the browser that it has focus and must be activated.
| |
ReplaceMisspelledWord |
Replaces misspelled word under cursor on the currently loaded web page with the given word.
If there is no misspelled word under cursor, this method does nothing.
| |
SaveWebPage |
Initiates the saving process of the currently loaded web page. The web page can be saved as a
single HTML file or the file with resources. Before saving a web page make sure that it is
not being loaded. It is recommended to completely loaded the web page and only then save it.
| |
SetPrivateKeyProviderPin |
Sets the key exchange PIN for the particular cryptographic
service provider (CSP) and the particular key container in it.
This functionality can be used to set the PIN that is requested when
trying to use a client certificate stored on the smart card.
| |
TakeImage |
Creates and returns an image of the currently loaded web page.
| |
Unfocus |
Tells the browser that it does not have focus and must be deactivated.
|