How can I generate hierarchical Sitemap in .NET 8 Web Application? Just like in .NET Framework.

  • Thread starter Siddhant_Singh_developer
  • Start date
S

Siddhant_Singh_developer

In .NET Framework we have an <asp:SitemapPath control which can access sitemap Path of the URL opened from the .sitemap file. The Sitemap can also be hierarchical like a parent child where we an easily generate Breadcrumb. How can we achieve the same in .NET 8 Web App where I have to fetch Sitemap URL from dat_Sitemap table in DB. Create a sitemap from it and fetch breadcrumbs based on it.

Continue reading...
 
Back
Top Bottom