Contains Method

HttpServer.dll

checks if a subitem exists (and has a 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 in lower case

Return Value

true if the subitem exists and has a value; otherwise false.

Implements

HttpInputBase..::.Contains(String)

See Also