LinkElementMustHaveRegex

A Perl-compatible regular expression to restrict the links followed by the connector when it crawls the Web.

The connector follows links only where the HTML element name matches the regular expression.

Type: String
Default:  
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example:

To extract links only from <a href="...">...</a> elements, set the following values:

LinkElementMustHaveRegex=^a$ 
LinkAttributes=href
See Also:

LinkAttributes

LinkElementCantHaveRegex