maartenba/MvcSiteMapProvider

One Action in Controller

Opened this issue · 0 comments

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?