Intersoft WebGrid Documentation
ResolveUrl Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : ResolveUrl Method






relativeUrl
Converts a URL into one that is usable on the requesting client.

Syntax

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

Parameters

relativeUrl

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.