在SiteMapNode子节点中设置角色

时间:2011-09-26 04:08:33

标签: asp.net roles sitemapprovider

这些站点地图节点位于Web.Config

<siteMapNode title="Hotel Setup" roles="Administrator,Hotel Admin">
  <siteMapNode url="~/Page/HotelSetup/RoomTypeManagement.aspx" title="Room Types" />
  <siteMapNode url="~/Page/HotelSetup/AddOns/AddOnCategoryProperties.aspx" title="Add On Categories" />
  <siteMapNode url="~/Page/HotelSetup/AddOn.aspx" title="Add Ons" />
  <siteMapNode url="~/Page/HotelSetup/Package.aspx" title="Packages" />     
  <siteMapNode url="~/Page/PriceTools/Promotion.aspx" title="Promotions" />
  <siteMapNode url="~/Page/PriceTools/PromotionAddOn.aspx" title="AddOns Incentive" />
  <siteMapNode url="~/Page/SupportAdmin/TranslationProperty.aspx" title="Translations" />
</siteMapNode>

有没有在酒店设置中制作一些子sitemapnode只能由管理员访问,而不是酒店管理员?

1 个答案:

答案 0 :(得分:0)

问题解决了,需要在位置路径中设置