Enum MixedCodeDocumentFragmentType
- Namespace
 - HtmlAgilityPack
 
- Assembly
 - HtmlAgilityPack.dll
 
Represents the type of fragment in a mixed code document.
public enum MixedCodeDocumentFragmentType
  Fields
Code = 0The fragment contains code.
Text = 1The fragment contains text.