If you want the breadcrumb to appear in proper way, that shows the root site followed by subsite and so on, you can add the below line of codes in your master pagewhich the site is referring to.
<asp:ContentPlaceHolder id="PlaceHolderSiteName" runat="server">
<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="true" nodestyle-cssclass="breadcrumbNode" currentnodestyle-cssclass="breadcrumbCurrentNode" rootnodestyle-cssclass="breadcrumbRootNode" hideinteriorrootnodes="true">
</asp:sitemappath>
</asp:ContentPlaceHolder>
1 comment:
Thanks for Information Microsoft SharePoint is a Web application platform developed by Microsoft. The web tools which are designed for the purpose of non-technical users so they can easily Use them. SharePoint can be used to provide intranet portals, document and file management, collaboration, social networks, extranets, websites, enterprise search and business intelligence. It also offers system integration, process integration and workflow automation capabilities. Sharepoint Online Training
Post a Comment