Click or drag to resize

HtmlAttributeCollectionContains Method (HtmlAttribute)

Retreives existence of supplied item

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.0.3.0 (9.0.3.20240719)
Syntax
public bool Contains(
	HtmlAttribute item
)

Parameters

item
Type: WorkflowGen.My.HtmlAgilityPackHtmlAttribute

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
See Also