Table of Contents

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

string

FragmentType

Gets the type of fragment.

public MixedCodeDocumentFragmentType FragmentType { get; }

Property Value

MixedCodeDocumentFragmentType

Line

Gets the line number of the fragment.

public int Line { get; }

Property Value

int

LinePosition

Gets the line position (column) of the fragment.

public int LinePosition { get; }

Property Value

int

StreamPosition

Gets the fragment position in the document's stream.

public int StreamPosition { get; }

Property Value

int