maartenba / MvcSiteMapProvider

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
Microsoft Public License
537 stars 220 forks source link

Hirearchical menu seems to have lost its dropdowniness #468

Closed mwpowellhtx closed 6 years ago

mwpowellhtx commented 6 years ago

Hello,

I'm probably missing something, but the menu rendering seems to have lost its "dropdowniness", so to speak.

That is, I see menus rendered as listed items but which are not collapsing. Perhaps there is a bootstrap style missing or that I need to further specify?

Thank you!

maartenba commented 6 years ago

The styling is entirely up to you actually :-) We just render a simple list...

mwpowellhtx commented 6 years ago

I see what happened. I pulled the Core package in instead of the top level MVC5. It's been a little while working with this, like I said; getting my radar attenuated. :+1: