Table of Contents

Class MixedCodeDocumentCodeFragment

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

Represents a fragment of code in a mixed code document.

public class MixedCodeDocumentCodeFragment : MixedCodeDocumentFragment
Inheritance
MixedCodeDocumentCodeFragment
Inherited Members

Properties

Code

Gets the fragment code text.

public string Code { get; set; }

Property Value

string