Contains Method

HttpServer.dll

Checks whether the form or querystring has the specified value

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
Name, case sensitive

Return Value

true if found; otherwise false.

Implements

HttpInputBase..::.Contains(String)

See Also