IDocumentFragmentElement Interface
Represents common interface for all Document Fragment elements.

Namespace: Aspose.Html
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface IDocumentFragmentElement

The IDocumentFragmentElement type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets the instance of the DocumentFragment.
See Also