MvcSiteMapProvider icon indicating copy to clipboard operation
MvcSiteMapProvider copied to clipboard

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.

Results 85 MvcSiteMapProvider issues
Sort by recently updated
recently updated
newest added

I'm looking at defaulting the page title of a view to the one used in the Mvc.sitemap file. I'm using Autofac in the project, so installed the Autofac extension for...

Based on what Google defines in [Video sitemaps ](https://developers.google.com/webmasters/videosearch/sitemaps) , There are some xml tags should be added to sitemaps for videos, and it should be like this: ` http://www.example.com/videos/some_video_landing_page.html...

It's a bit of a weird setup, possibly, so don't know if this is actually a bug or not. I have ``` [HttpDelete] [Route("{id:int}/provider/{providerId:int?}", Order = 3)] public async Task...

If I decorate my controllers and actions with the Route attributes built into MVC, in place of manually building out the routes via routes.MapRoute(), the provider doesn't seem to find...

is:Question

Hi there. I just wanted to ask if anyone has reported any issues when generating a Dynamic site map, when some of the Dynamic nodes have a URL that points...

is:Question

I recently came across the need to be able to specify the Title for the "grandparent" node of the current node. My specific need involved drilling into archived content by...

Can anyone help me on how to configure the sitemapnode to open in new tab, already try using target and target frame but seem not working. already go through your...

is:Configuration Problem
is:Question

**Preconditions:** - _MvcSiteMapProvider_SecurityTrimmingEnabled_ is set to _True_ - One controller with constructor that throws an exception **Steps:** Open any page. **Actual behavior:** Website crashes with the following exception: _System.ArgumentNullException: Value...

i want to include id in breadcrumb url but i am not able to set id value dynamically in sitemap file. how to set id value dynamically in above line...

Why is the Title attribute required? For some entries, I do not use it, so have to add a dummy attribute just to let the file be loaded. You can...