InfoConnect for Unisys
Url Property (NavigatedEventArgs)


URL of the Web document.
Syntax
'Declaration
 
Public ReadOnly Property Url As Uri
'Usage
 
Dim instance As NavigatedEventArgs
Dim value As Uri
 
value = instance.Url
public Uri Url {get;}
See Also