Click or drag to resize
ForumViewer.URLCreator Method (String, String, Boolean, Object, Boolean)
Returns url with dependence on parameters.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax
C#
public string URLCreator(
	string parameter,
	string value,
	bool postback,
	Object data,
	bool encodeUrl
)

Parameters

parameter
Type: System.String
Querystring parameter
value
Type: System.String
Querystring value
postback
Type: System.Boolean
Indicates whether link should be postback
data
Type: System.Object
Container.DataItem
encodeUrl
Type: System.Boolean
Indicates whether Url is encoded.

Return Value

Type: String
See Also