Flag to follow the links on the page.

Namespace:  Karamasoft.WebControls.UltimateSearch
Assembly:  UltimateSearch (in UltimateSearch.dll) Version: 3.6.3650.26268

Syntax

C#
public bool NoFollow { get; set; }
Visual Basic (Declaration)
Public Property NoFollow As Boolean
Visual C++
public:
property bool NoFollow {
	bool get ();
	void set (bool value);
}

See Also