HtmlNodeItemItem Property

Get an Item from the Attributes collection by its Name.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public HtmlAttributeItem this[
	string value
] { get; }

Parameters

value  String
 

Property Value

HtmlAttributeItem

See Also