Property | Type | Description | |
---|---|---|---|
OnZonesUpdated | void | ||
RetrieveXml | |||
WidgetZone | System |
Method | Description | |
---|---|---|
PreloadWidgetsAsync ( string zoneName ) : void |
This method is intended to be called once during FirstRequestInitialization right before LoadExtension() which is another time consuming routine. By preloading the widgets asyncronously in this method, this time consuming work is done in a manner that reduces the time to load the first page.
|
Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Sends server control content to a provided
|
Method | Description | |
---|---|---|
OnZonesUpdated ( ) : void |
Called when [zones updated].
|
|
RetrieveXml ( string zoneName ) : |
Retrieves the XML.
|
|
WidgetZone ( ) : System |
Initializes static members of the WidgetZone class.
|
protected OnInit ( |
||
e |
/// An |
|
return | void |
protected OnLoad ( |
||
e |
/// The |
|
return | void |
public static PreloadWidgetsAsync ( string zoneName ) : void | ||
zoneName | string | Typically "be_WIDGET_ZONE" |
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter |
/// The |
return | void |