سؤال

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?

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top