Метод | Описание | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.
|
|
LoadContent ( ) : void |
Метод | Описание | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The |
Результат | List |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |