Interface ILinkImport
- Namespace
- AngleSharp.Dom
- Assembly
- AngleSharp.dll
Implemented by elements that may expose imports.
[DomName("LinkImport")]
[DomNoInterfaceObject]
public interface ILinkImport
- Extension Methods
Properties
Import
Gets the Document object associated with the given element, or null if there is none.
[DomName("import")]
IDocument? Import { get; }