Hi All,
1). I created custom application with some pages, it's working fine but getting issue with sub-groups, below page becomes home page for all the groups while go for Sub-groups--> view. Something goes wrong, Anyone can help me out in this?
Hi All,
1). I created custom application with some pages, it's working fine but getting issue with sub-groups, below page becomes home page for all the groups while go for Sub-groups--> view. Something goes wrong, Anyone can help me out in this?
.Are you implementing INavigable or IApplicationNavigable?
That route is creating a catchall using a tokenized path with no constraints. I'd recommend adding a constraint if that applicationKey is supposed to be a specific format.
See this page for a bit more detail on defining routes: Page Definition and URL Routing
.Are you implementing INavigable or IApplicationNavigable?
That route is creating a catchall using a tokenized path with no constraints. I'd recommend adding a constraint if that applicationKey is supposed to be a specific format.
See this page for a bit more detail on defining routes: Page Definition and URL Routing