Encog 1.1 for DotNet
Add Method (name, value)
NamespacesEncog.Bot.HTMLFormUtilityAdd(String, String)
Add a regular text field to either a regular or multipart form.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	string name,
	string value
)
Public Sub Add ( _
	name As String, _
	value As String _
)
public:
void Add(
	String^ name, 
	String^ value
)
Parameters
name (String)
The name of the field.
value (String)
The value of the field.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)