Plumtree UI Infrastructure API  
 

MVCController.DoOnPageStartActions Method 

This method calls the IPageActions OnPageStart() method.

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

Implements

IMVCController.DoOnPageStartActions

See Also

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