Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8021281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:55:50+00:00 2026-06-04T21:55:50+00:00

I am developing an asp.net mvc 2.0 application in which I want to implement

  • 0

I am developing an asp.net mvc 2.0 application in which I want to implement bread crumb pattern but I don’t know how to implement it in asp.net. By browsing different sites I come to know about MVCSiteMap Provider but I don’t know how to use it and how I can implement bread crumb in asp.net mvc 2.0 using mvcsitemap. Please help me.

Thanks in advance.

Regards

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T21:55:52+00:00Added an answer on June 4, 2026 at 9:55 pm

    MvcSiteMapProvider is, as the name implies, an ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework. Targeted at ASP.NET MVC 2, it provides sitemap XML functionality and interoperability with the classic ASP.NET sitemap controls, like the SiteMapPath control for rendering breadcrumbs and the Menu control.

    Creating a first sitemap

    The following is a simple sitemap XML file that can be used with the MvcSiteMapProvider:

    <?xml version="1.0" encoding="utf-8" ?> 
    <mvcSiteMap xmlns="http://mvcsitemap.codeplex.com/schemas/MvcSiteMap-File-3.0" enableLocalization="true"> 
      <mvcSiteMapNode title="Home" controller="Home" action="Index" changeFrequency="Always" updatePriority="Normal"> 
        <mvcSiteMapNode title="Browse Store" controller="Store" action="Index" /> 
        <mvcSiteMapNode title="Checkout" controller="Checkout" /> 
      </mvcSiteMapNode> 
    </mvcSiteMap>
    

    Defining sitemap nodes in code

    In some cases, defining a sitemap node in code is more convenient than defining it in a sitemap xml file. To do this, decorate an action method with the MvcSiteMapNodeAttribute attribute. For example:

    // GET: /Checkout/Complete 
    [MvcSiteMapNodeAttribute(Title = "Checkout complete", ParentKey = "Checkout")] 
    public ActionResult Complete(int id) 
    { 
        // ... 
    }
    

    MvcSiteMapProvider

    MVC Sitemap Provider tutorial and examples

    MVC Sitemap Provider tutorial 2 – Breadcrumbs

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an asp.net mvc 2.0 application in which I want to implement
I'm developing an ASP.NET MVC application in which I want to encrypt a short
I am developing an asp.net mvc application, which has these enity classes: public class
We are currently developing a web application in ASP.NET MVC which would really benefit
I am developing an asp.net mvc application in which I keep user credentials in
I'm currently developing an asp.net mvc 2 application which uses the default SqlMembershipProvider for
I am developing an application which is web-based (asp.net MVC). The user configures reminders
I'm new to the jQuery and ASP.Net MVC. I'm developing a mvc application which
I'm developing an ASP.NET MVC 3 application and it uses a complex model which
I am developing an application which includes a WCF service and its ASP.NET MVC

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.