MixedCodeDocumentFragmentType Enumeration

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Represents the type of fragment in a mixed code document.

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

Syntax

C#
public enum MixedCodeDocumentFragmentType
Visual Basic
Public Enumeration MixedCodeDocumentFragmentType
Visual C++
public enum class MixedCodeDocumentFragmentType

Members

Member nameValueDescription
Code0 The fragment contains code.
Text1 The fragment contains text.

See Also