InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Url Property


In This Topic
    Url Property (IWebDocument)
    In This Topic
    Gets the URL of the current document.
    Syntax
    'Declaration
     
    
    ReadOnly Property Url As Uri
    'Usage
     
    
    Dim instance As IWebDocument
    Dim value As Uri
     
    value = instance.Url
    Uri Url {get;}
    See Also