XmlLang Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the xml:lang scope for 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 XmlLang { get; }
Visual Basic
Public Overrides ReadOnly Property XmlLang As String
	Get
Visual C++
public:
virtual property String^ XmlLang {
	String^ get () override;
}

See Also