Click or drag to resize
IQueryCollectionKeys Property
Gets collection containing names of all set header.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
ICollection<string> Keys { get; }

Return Value

Type: ICollectionString
An ICollectionT containing the keys of the object that implements IQueryCollection.
See Also