HtmlDocumentParserGetFullImageSources Method

Alterian Email Manager 6.2.3 SDK Help File
Gets list of sources found image tag in the html doc. It only returns full http/https urls, also accounts for base path

Namespace:  DMLibrary.Parser
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public IList<string> GetFullImageSources()

Return Value

Type: IListString
See Also