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