<tridion:TaxonomyControl> properties
The <tridion:TaxonomyControl> exposes the following properties to allow you to control what is displayed:
| JSP | ASP.NET | Description |
|---|---|---|
contextKeyword | ContextKeyword | The TCM URI of the taxonomy branch (Keyword) to use as the base element (the context element) for displaying the taxonomy. |
keywordParameterName | KeywordParameterName | The parameter name returned to the server side to indicate which Keyword was selected in the taxonomy. The default is Keyword. |
pageRedirect | PageRedirect | The URL used to redirect the page to when a Keyword has been selected in the taxonomy. The default is the current page URL. |
showEmptyKeywords | ShowEmptyKeywords | A Boolean indicating whether or not to show Keywords with no related content. |
showKeywordDescription | ShowKeywordDescription | A Boolean indicating whether the description is used when displaying the Keyword. |
showRoot | ShowRoot | A Boolean indicating whether or not to show the root of the taxonomy. |
taxonomyFilter | TaxonomyFilter | Calls a method which defines a filter for displaying only a part of the taxonomy. |
taxonomyFormatter | TaxonomyFormatter | Displays the taxonomy in a hierarchical or flat structure. |
taxonomyUri | TaxonomyUri | The TCM URI of the taxonomy (Category) to display. |