Plumtree UI Infrastructure API  
 

MVCController.DoOnPageFinishActions Method 

This method calls the IPageActions OnPageFinish() method and adds the resulting HTMLComments (if there are any) to the XPResponse.

public virtual HTMLElement DoOnPageFinishActions(
   RequestData requestData,
   string hostname
);

Implements

IMVCController.DoOnPageFinishActions

See Also

MVCController Class | com.plumtree.uiinfrastructure.interpreter Namespace | IPageActions | IMVCController#DoOnPageFinishActions