IQueryCollectionContainsKey Method |
Determines whether the collection contains a query string value with specified name.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax bool ContainsKey(
string key
)
Parameters
- key
- Type: SystemString
Name of the tested query string value.
Return Value
Type:
BooleanTrue if the key is present, otherwise false.
See Also