Class MixedCodeDocumentFragment
- Namespace
 - HtmlAgilityPack
 
- Assembly
 - HtmlAgilityPack.dll
 
Represents a base class for fragments in a mixed code document.
public abstract class MixedCodeDocumentFragment
  - Inheritance
 - 
      
      MixedCodeDocumentFragment
 
- Derived
 
- Inherited Members
 
Properties
FragmentText
Gets the fragement text.
public string FragmentText { get; }
  Property Value
FragmentType
Gets the type of fragment.
public MixedCodeDocumentFragmentType FragmentType { get; }
  Property Value
Line
Gets the line number of the fragment.
public int Line { get; }
  Property Value
LinePosition
Gets the line position (column) of the fragment.
public int LinePosition { get; }
  Property Value
StreamPosition
Gets the fragment position in the document's stream.
public int StreamPosition { get; }