ILinkImport
Implemented by elements that may expose imports.
using AngleSharp.Attributes;
namespace AngleSharp.Dom
{
[DomName("LinkImport")]
[DomNoInterfaceObject]
public interface ILinkImport
{
[DomName("import")]
IDocument Import { get; }
}
}