







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
