Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
Contains method
Determines whether the collection contains a specific value.
Type
Boolean. True if object by specified Name exists in collection.Syntax
- C#
- VB.NET
Boolean Contains(String name);
The Contains(name) syntax has these parts:
Boolean Contains(WebHeader Item);
The Contains(Item) syntax has these parts:
The Contains(name) syntax has these parts:
name | String. Name of WebHeaders object to locate in collection. |
Boolean Contains(WebHeader Item);
The Contains(Item) syntax has these parts:
Item | WebHeader object. Header object to locate in the collection. |
Function Contains(ByVal name As String) As Boolean
The Contains(name) syntax has these parts:
Function Contains(ByVal Item As WebHeader) As Boolean
The Contains(Item) syntax has these parts:
The Contains(name) syntax has these parts:
name | String. Name of WebHeaders object to locate in collection. |
Function Contains(ByVal Item As WebHeader) As Boolean
The Contains(Item) syntax has these parts:
Item | WebHeader object. Header object to locate in the collection. |