Gets the list of all <IMG> tags in
Dom HTML document.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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