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