Click or drag to resize

IJsObjectPropertyCollectionContains Method (String)

Checks whether the JavaScript object has a property or function with the specified name.

Namespace:  DotNetBrowser.Js
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the property or function.

Return Value

Type: Boolean
true if the object has a property or function with the specified name.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IJsObject has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also