UnboundSiteMapProvider Members
Represents an unbound site map provider that can hold and generate site map data.
Name |
Description |
CurrentNode
|
Gets the SiteMapNode object that represents the currently requested page.
|
Description
|
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
|
EnableLocalization
|
Gets or sets a Boolean value indicating whether localized values of SiteMapNode attributes are returned.
|
EnableRoles
|
Gets or sets a value indicating whether the ASP.NET role management feature is enabled.
|
Name
|
Gets the friendly name used to refer to the provider during configuration.
|
ParentProvider
|
Gets or sets the parent SiteMapProvider object of the current provider.
|
ResourceKey
|
Get or sets the resource key that is used for localizing SiteMapNode attributes.
|
RootNode
|
Gets the root node of the site map.
|
RootProvider
|
Gets the root SiteMapProvider object in the current provider hierarchy.
|
SecurityTrimmingEnabled
|
Gets a Boolean value indicating whether a site map provider filters site map nodes based on a user's role.
|
SiteMapFileName
|
Gets or sets the path to the file that contains the site map data.
|
Name |
Description |
AddNode(SiteMapNode)
protected
|
Adds a SiteMapNode object to the node collection that is maintained by the site map provider.
|
AddSiteMapNode(SiteMapNode)
|
Adds a SiteMapNode object to the node collection that is maintained by the current provider.
|
AddSiteMapNode(SiteMapNode, SiteMapNode)
|
Adds a SiteMapNode object to the collections that are maintained by the current provider.
|
Clear()
|
Removes all elements in the collections of child and parent site map nodes and site map providers that the UnboundSiteMapProviderBase object internally tracks as part of its state.
|
CloneSiteMapNode(SiteMapNode)
|
Clones the specified site map node.
|
CreateNode(String, String)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
CreateNode(String, String, String)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
CreateNode(String, String, String, IList)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
CreateNode(String, String, String, IList, NameValueCollection)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Equals(Object, Object)
|