Gets the list of all <IMG> tags in
Dom HTML document.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ElementReadOnlyCollection Images { get; }
Public ReadOnly Property Images As ElementReadOnlyCollection
Get
Property Value
Type:
ElementReadOnlyCollectionA reference to the collection containing all the images in the current HTML document.
Remarks See Also