Click or drag to resize
IFormCollectionItem Property
Gets value of the form item specified by key.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
StringValues this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key of the value to get.

Return Value

Type: StringValues
Value of the form item if it is present, otherwise Empty.
See Also