Add Method

HttpServer.dll

Add a new element. Form array elements are parsed and added in a correct hierachy.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Add(
	string name,
	string value
)
Visual Basic (Declaration)
Public Sub Add ( _
	name As String, _
	value As String _
)
Visual C++
public:
virtual void Add(
	String^ name, 
	String^ value
) sealed

Parameters

name
Type: System..::.String
Name is converted to lower case.
value
Type: System..::.String

[Missing <param name="value"/> documentation for "M:HttpServer.HttpInput.Add(System.String,System.String)"]

Implements

HttpInputBase..::.Add(String, String)

See Also