Attachmate.Reflection.Web.Msie Namespace > NavigatingEventArgs Class : Url Property |
'Declaration
Public ReadOnly Property Url As Uri
'Usage
Dim instance As NavigatingEventArgs Dim value As Uri value = instance.Url
public Uri Url {get;}
NavigatingEventArgs Nav; Uri uri = Nav.Url;