Click or drag to resize
IRequestForm Property
Gets the collection of form variables that were sent by the client.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
NameValueCollection Form { get; }

Property Value

Type: NameValueCollection
See Also