URL of the search results page. By default the value of RewrittenPaths.SiteSearch.UrlPattern is used which can be set in the web.config.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string SearchResultsUrl { get; set; }
Visual Basic
Public Property SearchResultsUrl As String
	Get
	Set
Visual C++
public:
property String^ SearchResultsUrl {
	String^ get ();
	void set (String^ value);
}
F#
member SearchResultsUrl : string with get, set

Property Value

Type: String

See Also