InfoConnect for Unisys
Url Property (NavigatingEventArgs)
Example 


The URL to which the WebCOntrol is navigating.
Syntax
'Declaration
 
Public ReadOnly Property Url As Uri
'Usage
 
Dim instance As NavigatingEventArgs
Dim value As Uri
 
value = instance.Url
public Uri Url {get;}
Example
NavigatingEventArgs Nav;
Uri uri = Nav.Url;
See Also