stephen776
stephen776

Reputation: 9234

ASP.NET MVC SiteMap and/or Security Trimming

Is there an equivalent in ASP.NET MVC to the SiteMap and Security Trimming Features found in Web Forms?

I am just beginning to learn MVC and was looking for a solution to this to prevent going down the wrong path while learning.

Upvotes: 3

Views: 3344

Answers (1)

maartenba
maartenba

Reputation: 3384

Check ASP.NET MVC SiteMapProvider

Upvotes: 7

Related Questions