Dynamicweb 8 Documentation
GetUrl(String,String,String) Method

The querystring parameter, ProdID in &ProdID=Prod123.
The parameter value, Prod123 in &ProdID=Prod123.
The alternate key.
Gets the URL based on the querystring.
Syntax
'Declaration
 
Public Overloads Shared Function GetUrl( _ 
   ByVal querystringParameter As String, _ 
   ByVal parameterValue As String, _ 
   ByVal alternateKey As String _ 
) As String
public static string GetUrl( 
   string querystringParameter,
   string parameterValue,
   string alternateKey 
)

Parameters

querystringParameter
The querystring parameter, ProdID in &ProdID=Prod123.
parameterValue
The parameter value, Prod123 in &ProdID=Prod123.
alternateKey
The alternate key.

Return Value

The name for use in URL - i.e. "/Product-one.aspx"
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

Reference

Handler Class
Handler Members
Overload List

Send Feedback