Click or drag to resize

WebViewUrl 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
public Uri Url { get; set; }

Property Value

Type: Uri
The 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