Property | Type | Description | |
---|---|---|---|
IsCurrentPage | bool |
Method | Description | |
---|---|---|
Add ( string url, string label ) : void | ||
Clear ( ) : void | ||
Display ( string cssClassOverride = "breadcrumb" ) : string | ||
DisplayRaw ( ) : string | ||
GetCurrentUrl ( ) : string |
Get the currently active URL from the BreadCrumb
|
|
GetOrderedRedirections ( ) : IEnumerable |
Get the full list of RedirectResult currently in the breadcrumb. Index 0 being the farthest page.
|
|
GetOrderedUrls ( ) : IEnumerable |
Get the full list of URL currently in the breadcrumb. Index 0 being the farthest page.
|
|
GetPreviousUrl ( ) : string |
Get the URL of the preceeding item from the BreadCrumb
|
|
RedirectToPreviousUrl ( ) : RedirectResult |
Redirects
|
|
SetLabel ( string label ) : void |
Method | Description | |
---|---|---|
IsCurrentPage ( int compareKey ) : bool |
public static Add ( string url, string label ) : void | ||
url | string | |
label | string | |
return | void |
public static Display ( string cssClassOverride = "breadcrumb" ) : string | ||
cssClassOverride | string | |
return | string |
public static GetOrderedRedirections ( ) : IEnumerable |
||
return | IEnumerable |
public static GetOrderedUrls ( ) : IEnumerable |
||
return | IEnumerable |
public static RedirectToPreviousUrl ( ) : RedirectResult | ||
return | RedirectResult |
public static SetLabel ( string label ) : void | ||
label | string | |
return | void |