asp.net.ph

XmlSiteMapProvider Class

System.Web Namespace


.NET Framework version 2.0

Provides a common base class for all site map data providers, and a way for developers to implement custom site map data providers that can be used with the ASP.NET site map infrastructure as persistent stores for SiteMap objects.

XmlSiteMapProvider Class Members

Collapse   Constructors

Visibility Constructor Parameters
public XmlSiteMapProvider ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public CurrentNode SiteMapNode [ Get ]
public RootNode SiteMapNode [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
protected AddProvider ( String providerName , SiteMapNode parentNode ) Void
public BuildSiteMap ( ) SiteMapNode
protected Clear ( ) Void
public Dispose ( ) Void
protected Dispose ( Boolean disposing ) Void
public FindSiteMapNode ( String rawUrl ) SiteMapNode
public FindSiteMapNodeFromKey ( String key ) SiteMapNode
public GetChildNodes ( SiteMapNode node ) SiteMapNodeCollection
public GetParentNode ( SiteMapNode node ) SiteMapNode
public Initialize ( String name , NameValueCollection attributes ) Void
protected RemoveProvider ( String providerName ) Void

Remarks


Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph