QueryCollectionExtensionsToNameValueCollection Method |
Converts to NameValueCollection as a copy.
The StringValues values of the collection are copied by implicit conversion to String.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax Remarks
The StringValues value of the collection is copied with implicit operator because it converts to comma separated string of the original values.
This is for our purposes sufficient, since the Get method over NameValueCollection converts all values assigned to a key to a comma separated string.
See Also