Intersoft WebScheduler Documentation
GetRouteUrl(String,Object) Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class > GetRouteUrl Method : GetRouteUrl(String,Object) Method






routeName
routeParameters

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetRouteUrl( _
   ByVal routeName As System.String, _
   ByVal routeParameters As System.Object _
) As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim routeName As System.String
Dim routeParameters As System.Object
Dim value As System.String
 
value = instance.GetRouteUrl(routeName, routeParameters)
C# 
public System.string GetRouteUrl( 
   System.string routeName,
   System.object routeParameters
)
Delphi 
public function GetRouteUrl( 
    routeName: System.String;
    routeParameters: System.TObject
): System.String; 
JScript 
public function GetRouteUrl( 
   routeName : System.String,
   routeParameters : System.Object
) : System.String;
Managed Extensions for C++ 
public: System.string* GetRouteUrl( 
   System.string* routeName,
   System.Object* routeParameters
) 
C++/CLI 
public:
System.String^ GetRouteUrl( 
   System.String^ routeName,
   System.Object^ routeParameters
) 

Parameters

routeName
routeParameters

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.