The MonoXSearchBox type exposes the following members.

Properties

  Name Description
Public property ButtonCssClass
Button CSS class.
Public property ButtonText
Search button text.
Public property DefaultSearchText
Default search text.
Public property MaxSearchTextLength
Maximum search text length.
Public property ResultsPageId
Gets or sets results page for MonoX search.
Public property SearchButtonType
Default search text.
Public property SearchParams
Gets or sets search parameters.

Note: Search parameter in this module needs to be of type Dictionary<(Of <(<'TKey, TValue>)>)> because these parameters are transfered to search preview module with query parameters.

Public property SearchProviders
Collection of provider items by which search engine will perform search. If not empty, it will be based to the search results page via the Request query string, and will be used instead of default search provider collection as configured on that page.
Public property SearchResultsUrl
URL of the search results page. By default the value of RewrittenPaths.SiteSearch.UrlPattern is used which can be set in the web.config.
Public property TextBoxCssClass
Textbox CSS class.

See Also