The regex expression used to match links.

Declaration Syntax

Public Property Expression() As Regex
public Regex Expression {get; set;}
public: __property Regex get_Expression();
public: __property void set_Expression(
	Regex value
);
public function get Expression() : Regex;
public function set Expression(Regex);

Requirements

Namespace: Eas.WebCrawler.PlugIns.LinkExtractors
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

RegexSpecification Class | RegexSpecification Members | Eas.WebCrawler.PlugIns.LinkExtractors Namespace