ASP.NET: SiteMapPath CSS

991 Views Asked by At

How do I format below SiteMapPath:

Home > Account > Profile > Change Password


to this format sample format (Breadcrumb Default): CLICK HERE


Currently I have using web.sitemap, and also currently using:

<asp:SiteMapPath ID="SiteMapPath1" runat="server"></asp:SiteMapPath>
1

There are 1 best solutions below

0
On

do you check this http://musthaan.wordpress.com/2014/06/24/controladapter-for-asp-sitemappath/

we can do it with control adapter. we define the html rendering function.

this may be help you.