Tag |
Description |
HeaderTemplate |
Code to be inserted at the beginning of the control. |
ItemTemplate |
Code to be repeated for all menu elements. |
AlternatingItemTemplate |
Code to be used for every other menu element. (Note: This is taken "literally," so if this tag exists while "empty," every other menu element will be invisible ; ).) |
SelectedItemTemplate |
Code to be used for the "active" menu element (that is, the category or parent-category of the page the user is currently viewing). |
SeparatorTemplate |
Code to be used in between the other menu elements. |
Level1HeaderTemplate |
Deprecated; Code to be inserted at the beginning of the Level1 sub-block. If present, this code will be rendered even if the sub-block is empty. |
Level1ItemTemplate |
Deprecated; As for ItemTemplate, used for 1st-Level sub-element. |
Level1AlternatingItemTemplate |
Deprecated; As for AlternatingItemTemplate, used for 1st-Level sub-element. |
Level1SelectedItemTemplate |
Deprecated; As for SelectedItemTemplate, used for 1st-Level sub-element. |
Level1SeparatorTemplate |
Deprecated; As for SeparatorTemplate, used for 1st-Level sub-element. |
Level1FooterTemplate |
Deprecated; Code to be inserted at the end of the Level1 sub-block. If present, this code will be rendered even if the sub-block is empty. |
FooterTemplate |
Code to be inserted at the end of the control. |