使用 ASP.NET MVC Sitemap Provider 将页面的标题和站点地图节点设置为相同的文本

发布于 2024-10-24 07:41:20 字数 290 浏览 1 评论 0原文

我正在使用 ASP.NET MVC 3ASP.NET MVC Sitemap Provider。我想将视图的标题和站点地图节点设置为相同的文本。我该怎么做?在哪里进行?有样品吗?

因此,如果我有以下链接 /Product/Create 那么我希望页面标题为 Capture New Product。并且站点地图路径必须类似于 Home >产品>捕获新产品

如何在 NUnit 中为此编写测试?是否需要进行测试?

I'm using ASP.NET MVC 3 and ASP.NET MVC Sitemap Provider. I would like to set the view's title and the sitemap node to the same text. How would I do this? Where would it be done and are there any samples?

So if I have the following link /Product/Create then I would like the page title to be Capture New Product. And the sitemap trail must look like Home > Product > Capture New Product.

How would one write tests for this in NUnit? Are tests necessary?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弃爱 2024-10-31 07:41:20

将视图的标题设置为 SiteMap.CurrentNode.Title。这应该可以解决问题。

Set the view's title to SiteMap.CurrentNode.Title. This should do the trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文