This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to add a separator in MVC menu:
Menu
Child Item 1
Child Item 2
separator
Child Item 3
Child Item 4
But I couldn't find a property named "IsSeparator".
After some research, I found this way:
But the it doesn't look like a standard menu separator line.
I would like to ask what's the correct way to add a separator in MVC menu items?
Thanks
Wicky
I'm trying to add a separator in MVC menu:
Menu
Child Item 1
Child Item 2
separator
Child Item 3
Child Item 4
But I couldn't find a property named "IsSeparator".
After some research, I found this way:
item.Add().Text("<hr/>").Encoded(false);I would like to ask what's the correct way to add a separator in MVC menu items?
Thanks
Wicky