的定義,我使用MvcSiteMapProvider MVC5與我的web應用程序和我_Layout.cshtml文件裏我使用:System.Web.Mvc.HtmlHelper不包含MvcSiteMap
@if (Html.MvcSiteMap().SiteMap.CurrentNode != Html.MvcSiteMap().SiteMap.RootNode)
{
@Html.MvcSiteMap().SiteMapPath()
}
但Intellisence拋出此錯誤:
System.Web.Mvc.HtmlHelper does not contain a definition for MvcSiteMap
有誰知道如何解決這個問題?
@StevenV Ofcourse修復了錯誤。 – user667430