HtmlDocumentItem Property

Get an Item from anywhere in the structure by its ID.

Definition

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

Parameters

id  String
 

Property Value

HtmlNodeItem

See Also