By tag: SiteMap
0
kicks
ASP.NET MVC MvcSiteMapProvider 1.0 released
Back in March, I blogged about an experimental MvcSiteMap provider I was building. Today, I am proud to announce that it is stable enough to call it version 1.0! Download MvcSiteMapProvider 1.0 over at CodePlex.
Ever since the source code release I did back in March, a lot of new features have be...
0
kicks
New CodePlex project: MvcSiteMap – ASP.NET MVC sitemap provider
If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers. To tackle that, last year, somewhere in August,...
0
kicks
Building an ASP.NET MVC sitemap provider with security trimming
If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers.
In this post, Maarten describes how to buil...
0
kicks
Better Control Over the ASP.NET Sitemap UI
I’m a fan of using ASP.NET’s web.sitemap feature, but I’m less impressed with the level of control that you have (rather, you DON’T have) over the menu controls that consume the web.sitemap datasource (http://www.BuyLifetime.com uses three menu controls that consume the same sitemap from MS Commerce...
0
kicks
Dynamically Applying Themes To Your ASP.Net Site With A Sitemap
Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site?
If so, then what I’m about to show you might be of interest. If not, read on anyway’s.
0
kicks
A SiteMapProvider for Static Web Sites
A SiteMapProvider implementation for large web applications with static pages. An alternative to the default SiteMapProvider using a web.stemap file.
0
kicks
New sitemap features in robots.txt
Describes how to enable your sitemap for autodiscovery by all search engines by editing robots.txt.
0
kicks
Adding nodes to ASP.NET sitemap files at runtime
Adding dynamic nodes to existing ASP.NET sitemap files at runtime by deriving from StaticSiteMapProvider.
0
kicks
Custom Templated SiteMap Navigator Control
After discovering the power of the SiteMap, especially when linked to Authentication, it wasn't long before binding the TreeView to the map was not enough.
I needed to have total control over what was displayed to the user for each item, so I wrote a Templated SiteMap navigator control. It works...