У меня есть такой узел, который я хочу скрыть при аутентификации пользователя.
Как я могу это сделать с провайдером ASP.NET MVC SiteMap?
Я пытался это сделать:
http://mvcsitemap.codeplex.com/discussions/246986
но тогда я получаю ошибку:
Value cannot be null.
Parameter name: type
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: type
Source Error:
Line 114: @Html.MvcSiteMap("MvcSiteMapProvider").Menu()