HtmlNodeTypeNameText Field

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the name of a text node. It is actually defined as '#text'.

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

Syntax

C#
public static readonly string HtmlNodeTypeNameText
Visual Basic
Public Shared ReadOnly HtmlNodeTypeNameText As String
Visual C++
public:
static initonly String^ HtmlNodeTypeNameText

See Also