| 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
)
<ObsoleteAttribute("Use GetUrlFromQueryString instead.")>
Public Shared Function GetUrl (
querystringParameter As String,
parameterValue As String,
alternateKey As String
) As String
Parameters
- querystringParameter
- Type: SystemString
- parameterValue
- Type: SystemString
- alternateKey
- Type: SystemString
Return Value
Type:
StringSee Also