ASP.Dot.NET.2.0.Revealed [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.Dot.NET.2.0.Revealed [Electronic resources] - نسخه متنی

Patrick A. Lorenz

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 5. The specification of roles in the file looks similar to the following:


<?xml version="1.0" encoding="utf-8" ?>
<siteMap>
<siteMapNode title="Home" description="Home" url="default.aspx" >
<siteMapNode title="Admin"
description="For admins only"
url="admin.aspx"
roles="Admins,SuperUsers"
/>
</siteMapNode>
</siteMap>

The site navigation object model offers the deposited roles as a dictionary through the SiteMapNode.Roles property. But those roles are not being evaluated yet, so the navigation properties are shown completely unconditioned in the preceding example. This is another feature that will be available in the Beta version.

/ 133