HtmlDocumentParserInsertImagePath Method
|
Alterian Email Manager 6.2.3 SDK Help File
Searches html document for image tag and appends {ImagePath} to src attribue
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string InsertImagePath()
Public Function InsertImagePath As String
public:
virtual String^ InsertImagePath() sealed
abstract InsertImagePath : unit -> string
override InsertImagePath : unit -> string
function InsertImagePath();
Return Value
Type:
Stringmodified html content
Implements
IHtmlDocumentParserInsertImagePath
See Also