HtmlAttributeCollectionAttributesWithName Method  | 
 
            Returns all attributes with specified name. Handles case insentivity
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic IEnumerable<HtmlAttribute> AttributesWithName(
	string attributeName
)
Public Function AttributesWithName ( 
	attributeName As String
) As IEnumerable(Of HtmlAttribute)
Parameters
- attributeName
 - Type: SystemString
Name of the attribute 
Return Value
Type: 
IEnumerableHtmlAttribute
See Also