SearchOutputPage Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the path to the web page that contains the UltimateSearchOutput server control.

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

Syntax

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

Field Value

Path to the web page that contains the UltimateSearchOutput server control. The default value is the current page.

Remarks

Use this property to set the path to the web page that contains the UltimateSearchOutput server control, where you display the search results.

Note that the UltimateSearchInput control redirects the search input to this page in the form of a QueryString such as http://localhost/MyWebApp/SearchOutputPage.aspx?usterms=searchTerms&&ustype=searchType.

See Also