arachnode.net

CrawlRequest.DecodedHtml Property

Gets or sets the decoded HTML. If you wish to create custom plug-ins that index, say, .doc or .pdf files, assign this property the content you wish to index and it will be indexed by ManageLuceneDotNetIndexes.cs.

public string DecodedHtml { public get; internal set; }

Property Value

The decoded HTML.

See Also

CrawlRequest Class | Arachnode.SiteCrawler.Value Namespace