Click or drag to resize

WebViewIHandlerStop Method

Stops loading the current page.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Stop()
Remarks
You can determine if the page is finished loading by the DocumentLoaded event.
See Also