Search code examples
asp.net-mvcbackbone.jsbreadcrumbs

How to develop Breadcrumbs for a single page Backbone.js based ASP.NET MVC Application


Im working on a single page ASP.NET MVC application. We are using Backbone.js + JQuery for client side UI and design. I need to put breadcrumbs for Backbone views(which are similar to pages in a forms based application). How to achieve this?

Thanks.


Solution

  • I think you can just use backbone. It does not matter if you're using ASP on the server. There are plenty of ways to do it. You can place a property in your views that relates to the breadcrumb and then just use it when you render.

    If your urls are easily readable you can just parse the url and use that.