Click or drag to resize
IRequestFormValues Property
Gets the values sent in the body of a POST request.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
NameValueCollection FormValues { get; }

Property Value

Type: NameValueCollection
See Also