HtmlAttributeCollectionContains Method (HtmlAttribute) |
Retreives existence of supplied item
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
Syntax public bool Contains(
HtmlAttribute item
)
Public Function Contains (
item As HtmlAttribute
) As Boolean
Parameters
- item
- Type: WorkflowGen.My.HtmlAgilityPackHtmlAttribute
Return Value
Type:
BooleanImplements
ICollectionTContains(T)See Also