IQueryCollectionKeys Property |
Gets collection containing names of all set header.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax ICollection<string> Keys { get; }
Return Value
Type:
ICollectionString
An
ICollectionT containing the keys of the object
that implements
IQueryCollection.
See Also