Plumtree UI Infrastructure API  
 

IMVCController.DoOnPageStartActions Method 

This method invokes the OnPageStart PEI. The PEI will be invoked with the activity space in the given redirect if any. Otherwise, it will be invoked with the activity space in the requestData.

void DoOnPageStartActions(
   Redirect redirect,
   RequestData requestData,
   string hostname
);

Parameters

redirect
Redirect to be processed, if any
requestData
the request
hostname
the hostname of current portal instance

See Also

IMVCController Interface | com.plumtree.uiinfrastructure.interpreter Namespace