WebViewIHandlerUrl Property |
Gets or sets the URL of the currently navigated page.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Property Url As Uri
Get
Set
abstract Url : Uri with get, set
Property Value
Type:
UriThe URL of the currently navigated page.
Remarks
Setting this will cause the current page to stop loading (if not already loaded), and begin loading another page.
Loading the new page can be cancelled by the
DocumentLoading event.
See Also