Item Property (String)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a given attribute from the list using its name.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public HtmlAttribute this[
	string name
] { get; set; }
Visual Basic
Public Default Property Item ( _
	name As String _
) As HtmlAttribute
	Get
	Set
Visual C++
public:
property HtmlAttribute^ default[String^ name] {
	HtmlAttribute^ get (String^ name);
	void set (String^ name, HtmlAttribute^ value);
}

Parameters

name
Type: System..::..String

See Also