IDocumentFragment
public interface IDocumentFragment : INode, IEventTarget, IMarkupFormattable, IParentNode, INonElementParentNode
The DocumentFragment interface represents a minimal document object
that has no parent.
using AngleSharp.Attributes;
namespace AngleSharp.Dom
{
[DomName("DocumentFragment")]
public interface IDocumentFragment : INode, IEventTarget, IMarkupFormattable, IParentNode, INonElementParentNode
{
}
}