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


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