Gets form posts for the request.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public NameValueCollection Form { get; protected set; }
Visual Basic
Public Property Form As NameValueCollection
	Get
	Protected Set
Visual C++
public:
virtual property NameValueCollection^ Form {
	NameValueCollection^ get () sealed;
	protected: void set (NameValueCollection^ value) sealed;
}

Property Value

Type: NameValueCollection

Implements

ICMSEnvironment..::..Form

See Also