| HandlerSetUrl Method |
Namespace:
Dynamicweb.Frontend.UrlProviders
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static string SetUrl(
string name,
string queryStringPart,
string alternateKey
)
Public Shared Function SetUrl (
name As String,
queryStringPart As String,
alternateKey As String
) As String
Parameters
- name
- Type: SystemString
- queryStringPart
- Type: SystemString
- alternateKey
- Type: SystemString
Return Value
Type:
StringSee Also