C# 클래스 Bug.FooSiteMapProvider

상속: System.Web.StaticSiteMapProvider
파일 보기 프로젝트 열기: mono/gert

공개 메소드들

메소드 설명
BuildSiteMap ( ) : System.Web.SiteMapNode
Initialize ( string name, NameValueCollection attributes ) : void

보호된 메소드들

메소드 설명
GetRootNodeCore ( ) : System.Web.SiteMapNode

메소드 상세

BuildSiteMap() 공개 메소드

public BuildSiteMap ( ) : System.Web.SiteMapNode
리턴 System.Web.SiteMapNode

GetRootNodeCore() 보호된 메소드

protected GetRootNodeCore ( ) : System.Web.SiteMapNode
리턴 System.Web.SiteMapNode

Initialize() 공개 메소드

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