Click or drag to resize

HtmlAttributeCollectionAttributesWithName Method

Returns all attributes with specified name. Handles case insentivity

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public IEnumerable<HtmlAttribute> AttributesWithName(
	string attributeName
)

Parameters

attributeName
Type: SystemString
Name of the attribute

Return Value

Type: IEnumerableHtmlAttribute
See Also