arachnode.net

HtmlManager.GetImageUrl Method

Get the AbsoluteUri for an Image. The image Image be on disk, or we may need to hotlink to the Image. The method is used by the search display facilities. //TODO: 1.5 Add a property specification for hotlinking. Also, many hotlinked images may not render. Add a setting to omit images that can't be previewed.

public static string GetImageUrl(
   string absoluteUri,
   string fullTextIndexType,
   ArachnodeDAO arachnodeDAO
);

Parameters

absoluteUri
fullTextIndexType
arachnodeDAO

Return Value

See Also

HtmlManager Class | Arachnode.SiteCrawler.Managers Namespace