DocumentCreateDocumentFragment Method
Creates an empty DocumentFragment object.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public DocumentFragment CreateDocumentFragment()

Return Value

Type: DocumentFragment
The DocumentFragment.
See Also