Intersoft WebInput Documentation
ResolveRelativeURL Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : ResolveRelativeURL Method






url

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function ResolveRelativeURL( _
   ByVal url As System.String _
) As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim url As System.String
Dim value As System.String
 
value = instance.ResolveRelativeURL(url)
C# 
public virtual System.string ResolveRelativeURL( 
   System.string url
)
Delphi 
public function ResolveRelativeURL( 
    url: System.String
): System.String; virtual; 
JScript 
public function ResolveRelativeURL( 
   url : System.String
) : System.String;
Managed Extensions for C++ 
public: virtual System.string* ResolveRelativeURL( 
   System.string* url
) 
C++/CLI 
public:
virtual System.String^ ResolveRelativeURL( 
   System.String^ url
) 

Parameters

url

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.