AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

UrlUtil..::..SetParameter Method

Sets the parameter.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string SetParameter(
	string url,
	string key,
	string value
)

Parameters

url
Type: String
The URL.
key
Type: String
The key.
value
Type: String
The value.

Return Value

System.String.