maartenba / MvcSiteMapProvider

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

One Action in Controller #448

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, I having a problem with MVC SiteProvider. I can't figure out how to use it when I have only one action in Controller. My scenario: I have Controller X and it has action Y ( index) which returns list of data. Other cotroller Q has N actions that are browseable. In menu I want to see some thing like this: X Q -----N[0] -----N[1] -----N[2]

Is it possible?