Метод | Описание | |
---|---|---|
Navigate ( Gecko.GeckoWebBrowser browser, string url ) : void |
Navigate the specified browser to the specified url as soon as it is safe to do so (that is, immediately or when all other navigations we know about that were started sooner have completed). Must be called on UI thread.
|
|
NavigateIfIdle ( Gecko.GeckoWebBrowser browser, string url ) : bool |
If no browser is navigating, navigate normally to the specified address and return true. (Normal isolation will happen for any subsequent non-idle task started.) If some navigation is already happening, just return false. The navigation will not be queued to do later. Must be called on UI thread.
|
Метод | Описание | |
---|---|---|
BrowserOnDocumentCompleted ( object sender, |
||
Cleanup ( ) : void | ||
CleanupTimer ( ) : void | ||
ForceDocumentCompleted ( ) : void | ||
Navigate ( IIsolatedBrowser browser, string url ) : void | ||
NavigateIfIdle ( IIsolatedBrowser browser, string url ) : bool | ||
StartTask ( |
public Navigate ( Gecko.GeckoWebBrowser browser, string url ) : void | ||
browser | Gecko.GeckoWebBrowser | |
url | string | |
Результат | void |
public NavigateIfIdle ( Gecko.GeckoWebBrowser browser, string url ) : bool | ||
browser | Gecko.GeckoWebBrowser | |
url | string | |
Результат | bool |