Click or drag to resize

HtmlAttributeCollectionItem Property (String)

Gets a given attribute from the list using its name.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public HtmlAttribute this[
	string name
] { get; set; }

Parameters

name
Type: SystemString

Property Value

Type: HtmlAttribute
See Also