InfoConnect for Unisys
Url Property (IWebControl)


Gets or sets the URL of the current Web page.
Syntax
'Declaration
 
Property Url As Uri
'Usage
 
Dim instance As IWebControl
Dim value As Uri
 
instance.Url = value
 
value = instance.Url
Uri Url {get; set;}
See Also