| IRequestFormValues Property  | 
            Gets the values sent in the body of a POST request.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxNameValueCollection FormValues { get; }ReadOnly Property FormValues As NameValueCollection
	Get
property NameValueCollection^ FormValues {
	NameValueCollection^ get ();
}abstract FormValues : NameValueCollection with get
Property Value
Type: 
NameValueCollection
See Also