UltimateSearch Class Library

UltimateSearchInput.SearchOutputPage Property

Gets or sets the path to the web page that contains the UltimateSearchOutput server control.

[Visual Basic]
Public Property SearchOutputPage As String
[C#]
public string SearchOutputPage {get; set;}

Property 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

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace