MoveToFirstAttribute Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Moves to the first HTML attribute.

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

Syntax

C#
public override bool MoveToFirstAttribute()
Visual Basic
Public Overrides Function MoveToFirstAttribute As Boolean
Visual C++
public:
virtual bool MoveToFirstAttribute() override

Return Value

true if the navigator is successful moving to the first HTML attribute, otherwise, false.

See Also