Table of Contents

Class MixedCodeDocumentTextFragment

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

Represents a fragment of text in a mixed code document.

public class MixedCodeDocumentTextFragment : MixedCodeDocumentFragment
Inheritance
MixedCodeDocumentTextFragment
Inherited Members

Properties

Text

Gets the fragment text.

public string Text { get; set; }

Property Value

string