Shad Storhaug

Results 300 comments of Shad Storhaug

@theonlylawislove Just wanted to let you know that I am working on putting together a minor version release, probably within the next few days. Since this change clearly falls into...

Agreed, it would be very useful for those who want a semantic markup alternative to XML and also will make database-driven ISiteMapNodeProvider implementations easier and more intuitive to implement. Anyway,...

FYI - I have started working with this and I think I have found a new direction. So far I don't have much yet, but I am starting to see...

I now have [non-functional demo of the fluent API](https://github.com/NightOwl888/MvcSiteMapProvider_FluentApiDemo1) that is intended to be used to get feedback. The source code is also online [here](https://github.com/NightOwl888/MvcSiteMapProvider/tree/v4.5-fluent-api) (built on top of v4.5,...

@theonlylawislove What do you think of the idea of dropping support for dynamic node providers from this API? Personally, I think of IDynamicNodeProvider as the "old way" since ISiteMapNodeProvider was...

@maartenba - I was thinking about adding this to v4, but then I realized this could be done in a multitude of ways. Should inheritance include routes, roles, or the...

Yes. `includeAssembliesForScan` controls the assemblies where the ReflectionSiteMapNodeProvider scans for MVC controllers/actions with MvcSiteMapNodeAttribute, and works the same way whether using internal or external DI. This concept was carried over...

In v4 we have reworked the way sitemaps are implemented (no longer dependent on System.Web.SiteMapProvider), so you should now be able to pull up 1 sitemap with security trimming enabled...

Are you saying that you want to be able to administer the position of nodes within the SiteMap from the Administration screen? If so, that is the exact scenario I...

I see. Well, the core hasn't changed that much from Microsoft's model. The IsAccessibleToUser() method controls which nodes are available in the tree. Currently, the check for security trimming is...