Click or drag to resize

MixedCodeDocumentCodeFragment Class

Represents a fragment of code in a mixed code document.
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.HtmlAgilityPackMixedCodeDocumentFragment
    WorkflowGen.My.HtmlAgilityPackMixedCodeDocumentCodeFragment

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class MixedCodeDocumentCodeFragment : MixedCodeDocumentFragment

The MixedCodeDocumentCodeFragment type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the fragment code text.
Top
See Also