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)
Syntax NameValueCollection FormValues { get; }
ReadOnly Property FormValues As NameValueCollection
Get
property NameValueCollection^ FormValues {
NameValueCollection^ get ();
}
abstract FormValues : NameValueCollection with get
Property Value
Type:
NameValueCollectionSee Also