Click or drag to resize

HandlerGetUrl Method (String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Frontend.UrlProviders
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use GetUrlFromQueryString instead.")]
public static string GetUrl(
	string querystringParameter,
	string parameterValue,
	string alternateKey
)

Parameters

querystringParameter
Type: SystemString
parameterValue
Type: SystemString
alternateKey
Type: SystemString

Return Value

Type: String
See Also