StaticSiteMapProvider Members
.NET Framework 2.0
Serves as a partial implementation of the abstract SiteMapProvider class and serves as a base class for the XmlSiteMapProvider class, which is the default site map provider in ASP.NET.
The following tables list the members exposed by the StaticSiteMapProvider type.
| Name | Description | |
|---|---|---|
| StaticSiteMapProvider | Initializes a new instance of the StaticSiteMapProvider class. |
| Name | Description | |
|---|---|---|
| CurrentNode | Gets the SiteMapNode object that represents the currently requested page.(Inherited from SiteMapProvider.) |
| Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).(Inherited from ProviderBase.) |
| EnableLocalization | Gets or sets a Boolean value indicating whether localized values of SiteMapNode attributes are returned.(Inherited from SiteMapProvider.) |
| Name | Gets the friendly name used to refer to the provider during configuration.(Inherited from ProviderBase.) |
| ParentProvider | Gets or sets the parent SiteMapProvider object of the current provider.(Inherited from SiteMapProvider.) |
| ResourceKey | Get or sets the resource key that is used for localizing SiteMapNode attributes. (Inherited from SiteMapProvider.) |
| RootNode | Gets the root SiteMapNode object of the site map data that the current provider represents.(Inherited from SiteMapProvider.) |
| RootProvider | Gets the root SiteMapProvider object in the current provider hierarchy.(Inherited from SiteMapProvider.) |
| SecurityTrimmingEnabled | Gets a Boolean value indicating whether a site map provider filters site map nodes based on a user's role.(Inherited from SiteMapProvider.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BuildSiteMap | When overridden in a derived class, loads the site map information from persistent storage and builds it in memory. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| FindSiteMapNode | Overloaded. Retrieves a SiteMapNode object that represents a page. |
| FindSiteMapNodeFromKey | Overridden. Retrieves a SiteMapNode object based on a specified key. |
| GetChildNodes | Overridden. Retrieves the child site map nodes of a specific SiteMapNode object. |
| GetCurrentNodeAndHintAncestorNodes | Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the parent and ancestor site map nodes for the current page. (Inherited from SiteMapProvider.) |
| GetCurrentNodeAndHintNeighborhoodNodes | Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the site map nodes in the proximity of the current node. (Inherited from SiteMapProvider.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetParentNode | Overridden. Retrieves the parent site map node of a specific SiteMapNode object. |
| GetParentNodeRelativeToCurrentNodeAndHintDownFromParent | Provides an optimized lookup method for site map providers when retrieving an ancestor node for the currently requested page and fetching the descendant nodes for the ancestor. (Inherited from SiteMapProvider.) |
| GetParentNodeRelativeToNodeAndHintDownFromParent | Provides an optimized lookup method for site map providers when retrieving an ancestor node for the specified SiteMapNode object and fetching its child nodes. (Inherited from SiteMapProvider.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| HintAncestorNodes | Provides a method that site map providers can override to perform an optimized retrieval of one or more levels of parent and ancestor nodes, relative to the specified SiteMapNode object. (Inherited from SiteMapProvider.) |
| HintNeighborhoodNodes | Provides a method that site map providers can override to perform an optimized retrieval of nodes found in the proximity of the specified node. (Inherited from SiteMapProvider.) |
| Initialize | Initializes the SiteMapProvider implementation, including any resources that are needed to load site map data from persistent storage. (Inherited from SiteMapProvider.) |
| IsAccessibleToUser | Retrieves a Boolean value indicating whether the specified SiteMapNode object can be viewed by the user in the specified context. (Inherited from SiteMapProvider.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddNode | Overloaded. Adds a site map node to the collections that are maintained by the current StaticSiteMapProvider object. |
| Clear | Removes all elements in the collections of child and parent site map nodes that the StaticSiteMapProvider tracks as part of its state. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| GetRootNodeCore | When overidden in a derived class, retrieves the root node of all the nodes that are currently managed by the current provider. (Inherited from SiteMapProvider.) |
| GetRootNodeCoreFromProvider | Retrieves the root node of all the nodes that are currently managed by the specified site map provider. (Inherited from SiteMapProvider.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| RemoveNode | Overridden. Removes the specified SiteMapNode object from all site map node collections that are tracked by the site map provider. |
| ResolveSiteMapNode | Raises the SiteMapResolve event. (Inherited from SiteMapProvider.) |
| Name | Description | |
|---|---|---|
| SiteMapResolve | Occurs when the CurrentNode property is called. (Inherited from SiteMapProvider.) |
Community Additions
ADD
Show: