FragmentText Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the fragement text.

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

Syntax

C#
public string FragmentText { get; internal set; }
Visual Basic
Public Property FragmentText As String
	Get
	Friend Set
Visual C++
public:
property String^ FragmentText {
	String^ get ();
	internal: void set (String^ value);
}

See Also