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.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<string> GetFullImageSources()
Public Function GetFullImageSources As IList(Of String)
public:
IList<String^>^ GetFullImageSources()
member GetFullImageSources : unit -> IList<string>
function GetFullImageSources();
Return Value
Type:
IListString
See Also