Prefix Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the prefix associated with the current node. Always returns string.Empty in the case of HtmlNavigator implementation.

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

Syntax

C#
public override string Prefix { get; }
Visual Basic
Public Overrides ReadOnly Property Prefix As String
	Get
Visual C++
public:
virtual property String^ Prefix {
	String^ get () override;
}

See Also