HtmlDocumentParserInsertImagePath Method (Boolean)
|
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(
bool includeFullUrl
)
Public Function InsertImagePath (
includeFullUrl As Boolean
) As String
public:
virtual String^ InsertImagePath(
bool includeFullUrl
) sealed
abstract InsertImagePath :
includeFullUrl : bool -> string
override InsertImagePath :
includeFullUrl : bool -> string
function InsertImagePath(includeFullUrl);
Parameters
- includeFullUrl
- Type: SystemBoolean
whether to include full http/https url
Return Value
Type:
Stringmodified html content
Implements
IHtmlDocumentParserInsertImagePath(Boolean)
See Also