Click or drag to resize
DataPagerUpdateQueryStringItem Method
Updates current URL with new items.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string UpdateQueryStringItem(
	string queryStringKey,
	string newQueryStringValue
)

Parameters

queryStringKey
Type: SystemString
Key to add
newQueryStringValue
Type: SystemString
Key value

Return Value

Type: String
See Also