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.
|
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 |
return | System.Web.UI |
public BreadCrumb ( string name, bool active = false ) : System.Web.UI | ||
name | string | The name. |
active | bool | if set to |
return | System.Web.UI |
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 |
return | System.Web.UI |