C# Class Bug.FooSiteMapProvider

Inheritance: System.Web.StaticSiteMapProvider
Datei anzeigen Open project: mono/gert

Public Methods

Method Description
BuildSiteMap ( ) : System.Web.SiteMapNode
Initialize ( string name, NameValueCollection attributes ) : void

Protected Methods

Method Description
GetRootNodeCore ( ) : System.Web.SiteMapNode

Method Details

BuildSiteMap() public method

public BuildSiteMap ( ) : System.Web.SiteMapNode
return System.Web.SiteMapNode

GetRootNodeCore() protected method

protected GetRootNodeCore ( ) : System.Web.SiteMapNode
return System.Web.SiteMapNode

Initialize() public method

public Initialize ( string name, NameValueCollection attributes ) : void
name string
attributes System.Collections.Specialized.NameValueCollection
return void