Click or drag to resize
IFormCollectionKeys Property
Gets collection containing name keys of the form.

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

Property Value

Type: ICollectionString
See Also