I am using mvcsitemapprovider in breadcrumbs. In certain section of the website, I want to show child nodes only if the parameters meet certain conditions. All nodes are already defined in Mvc.sitemap. I just want to hide them until URL parameters meet the requirement.
I want to know if DynamicNodeProvider is the only option I have. Can't I show/hide few nodes at runtime?
Please help.