Gets or sets the URL of the currently navigated page.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Uri Url { get; set; }Public Property Url As Uri
	Get
	Set
member Url : Uri with get, set
Property Value
Type: 
UriThe URL of the currently navigated page.
 Remarks
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
See Also