DataPagerUpdateQueryStringItem Method |
Updates current URL with new items.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public string UpdateQueryStringItem(
string queryStringKey,
string newQueryStringValue
)
Parameters
- queryStringKey
- Type: SystemString
Key to add - newQueryStringValue
- Type: SystemString
Key value
Return Value
Type:
StringSee Also