FormVar Type
The form variable for the current request.
Remarks
This type describes a form variable that is to be posted to the URL when an upload action is performed. The type contains fields which describe this variable's name and value.
Fields
Constructors
[VB.NET] Public FormVar() [C#] public FormVar();
[VB.NET] Public FormVar(ByVal Name As String, ByVal Value As String) [C#] public FormVar(string name, string value);