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.0.0.0 (8.0.0.0)
Syntax public HtmlAttribute this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As HtmlAttribute
Get
Set
Parameters
- name
- Type: SystemString
Property Value
Type:
HtmlAttributeSee Also