C# 클래스 Rock.Web.UI.BreadCrumb

Helper class to work with page navigation
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
BreadCrumb ( string name, Rock.Web.UI.PageReference pageReference, bool active = false ) : System.Web.UI

Initializes a new instance of the BreadCrumb class.

BreadCrumb ( string name, bool active = false ) : System.Web.UI

Initializes a new instance of the BreadCrumb class.

BreadCrumb ( string name, string url, bool active = false ) : System.Web.UI

Initializes a new instance of the BreadCrumb class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

BreadCrumb() 공개 메소드

Initializes a new instance of the BreadCrumb class.
public BreadCrumb ( string name, Rock.Web.UI.PageReference pageReference, bool active = false ) : System.Web.UI
name string The name.
pageReference Rock.Web.UI.PageReference The page reference.
active bool if set to true [active].
리턴 System.Web.UI

BreadCrumb() 공개 메소드

Initializes a new instance of the BreadCrumb class.
public BreadCrumb ( string name, bool active = false ) : System.Web.UI
name string The name.
active bool if set to true [active].
리턴 System.Web.UI

BreadCrumb() 공개 메소드

Initializes a new instance of the BreadCrumb class.
public BreadCrumb ( string name, string url, bool active = false ) : System.Web.UI
name string The name.
url string The URL.
active bool if set to true [active].
리턴 System.Web.UI

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string