How to Use Breadcrumbs in Masterpage

104 279
    • 1). Open your master page file.

    • 2). Add this snippet of code to your header <div>:

      <span class="breadcrumb">
      <asp:SiteMapPath ID="SiteMapPath1" runat="server">
      </asp:SiteMapPath>
      </span>

    • 3). Save your master page file to enact changes.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.