Table of Contents

Interface ILoadableElement

Namespace
AngleSharp.Io
Assembly
AngleSharp.dll

The interface implemented by elements that may load resources.

[DomNoInterfaceObject]
public interface ILoadableElement
Extension Methods

Properties

CurrentDownload

Gets the current download or resource, if any.

IDownload? CurrentDownload { get; }

Property Value

IDownload