InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / NavigatedEventArgs Class / Url Property


In This Topic
    Url Property (NavigatedEventArgs)
    In This Topic
    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