CodeFragments Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the list of code fragments in the document.

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

Syntax

C#
public MixedCodeDocumentFragmentList CodeFragments { get; }
Visual Basic
Public ReadOnly Property CodeFragments As MixedCodeDocumentFragmentList
	Get
Visual C++
public:
property MixedCodeDocumentFragmentList^ CodeFragments {
	MixedCodeDocumentFragmentList^ get ();
}

See Also