MvcSiteMap 提供程序设置问题
关于这篇文章我正在使用MvcSiteMap 提供商。 我似乎无法让它发挥作用。 我正在做的是打开下载后提供的项目,编译它,然后获取构建生成的 MvcSiteMap.Core.dll,将其放置在我的 MVC 项目中的“依赖项”文件夹中,然后右键单击引用和点击“添加参考”。 从这里开始,我只是尝试在我的母版页中使用它,但智能感知没有拾取它,并且尝试使用它进行构建也不起作用。
我正在尝试执行 <%=Html.SiteMapPath()%>
但没有任何运气。 有任何想法吗?
In relation to this post I'm using the MvcSiteMap provider. I can't seem to get it to work. What I'm doing is opening the project made available by the download, compiling it, then taking the MvcSiteMap.Core.dll generated by the build, placing it in my Dependencies folder in my MVC project, and then right-clicking on references and hitting "Add Reference". From here I'm just trying to use it in my masterpage but intellisense isn't picking it up, and trying to build with it isn't working either.
I'm trying to do <%=Html.SiteMapPath()%>
without any luck. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否添加了到你的web.config(在以下xpath下:/configuration/system.web/pages/namespace)?
以下是项目主页的示例: http://mvcsitemap.codeplex.com/
Have you add <add namespace="name of the mvcsitemap package"> to yours web.config (under following xpath: /configuration/system.web/pages/namespace)?
Here is an example from the project home page: http://mvcsitemap.codeplex.com/