I am looking for a MVC SiteMap provider in which I can specify area as well, along with controller and action. Did anyone use a SiteMap provider that supports MVC 2 Areas ?
Is there a MVC SiteMap Provider that supports ASP.NET MVC 2 Areas feature?
1.8k Views Asked by Mahesh Velaga At
1
There are 1 best solutions below
Related Questions in ASP.NET-MVC-2
- How can i display the Role name for a user in ASP.NET
- How to upgrade mvc2 to mvc5?
- Can a existing MVC2 application migrated to Azure Cloud Service Project?
- Asp.net MVC2 login to MVC5 login
- The specified named connection is either not found in the configuration
- expand a drop downlist when click on the more option
- Change date format in whole application
- Rendering MVC2 view to a string in unit test
- ASP.Net MVC 2 - Code for master page
- Simple paging in mvc 2
- asp.net MVC2 - can not config folder View in folder Worldstore
- Uploading multiple files asp.net mvc4 in a single form
- Sql Server 2012 store pdf
- How to pass the list value at redirect to action in mvc 2
- mvc2 to mvc3 validation issues
Related Questions in ASP.NET-MVC-AREAS
- Use RedirectToRouteResult with Area failed
- Is Areas for ASP.NET Core the same as Portable Areas?
- MVC areas and "404 resource not found" error
- MVC5 Log Off link fails from different Areas
- Integrating Visual Studio 2013 project into a Visual Studio 2010 project
- Changing mvc projects into mvc5 area
- Ajax Request issue with ASP.NET MVC 4 Area
- InvalidRouteException on MVC3 application with multiple areas
- mvc5 attribute routing within area can't find view
- Durandal, ASP.NET MVC 4 multiple SPA site?
- Asp.net MVC + subdomain areas. How to handle HTTP HEAD request?
- publish two projects in same solution
- MVC Area Aware Themes
- Route Values for Area (MVC3)
- ASP.NET MVC 3 areas and DDD aggregate roots
Related Questions in SITEMAPPROVIDER
- How to set up a breadcrumb in an ASP.net page
- Equivalent to ASP.NET WebForms URL Authorization in MVC
- How to Programmatically modify generate Sitemap in ASP.Net C#
- MVC Sitemap renders empty when the current action is not in the Mvc.sitemap file
- Orchard CMS: No web.sitemap to build my custom menus from
- Custom navigationprovider in sharepoint - how to generate the navigation items from a list?
- Dynamically changing the title of a SiteMapNode
- ASP.NET: Custom dynamically populated site map (SiteMapProvider)
- ASP MVC Sitemap is there an Image HTML Helper?
- Can not change DataSourceID in aspmenu
- Dynamic sitemap from database doesn't display the nodes
- How to access (PortalSiteMapNode) RootNode outside the SiteMapProvider?
- Different asp:menu on a user basis
- SiteMapPath Stops Displaying in ASP.NET 4
- How to add custom xml tags to sitemap.xml using mvcsitemapprovider?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I haven't used it but there is an mvcsitemap project on codeplex which appears to handle areas, and has good reviews.