Visual Basic (Declaration) | |
---|---|
Public Overridable Function ResolveRelativeURL( _ ByVal url As System.String _ ) As System.String |
Visual Basic (Usage) | ![]() |
---|---|
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
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