C# Class Rock.Web.UI.BreadCrumb

Helper class to work with page navigation
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method Description
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.

Method Details

BreadCrumb() public method

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].
return System.Web.UI

BreadCrumb() public method

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].
return System.Web.UI

BreadCrumb() public method

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].
return System.Web.UI

ToString() public method

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