Contains Method

HttpServer.dll

Returns true if the class contains a HttpInput value with the corresponding name

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

Syntax

C#
public bool Contains(
	string name
)
Visual Basic (Declaration)
Public Function Contains ( _
	name As String _
) As Boolean
Visual C++
public:
virtual bool Contains(
	String^ name
) sealed

Parameters

name
Type: System..::.String
The field/querystring name

Return Value

True if the value exists

Implements

HttpInputBase..::.Contains(String)

See Also