DataPagerUpdateQueryStringItem Method |
Updates current URL with new items.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
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