Interface IDocumentFragmentElement
Interface IDocumentFragmentElement
Namespace: Aspose.Html
Assembly: Aspose.HTML.dll (25.2.0)
Represents common interface for all Document Fragment elements.
[ComVisible(true)]
public interface IDocumentFragmentElement
Properties
Content
Gets the instance of the Aspose.Html.Dom.DocumentFragment.
DocumentFragment Content { get; }