Skip to main content

Hello,

I want to know if i can get the action name of the pressedaction in the screen from graph by code.

Best regards.

resolved !!

string actionName = HttpContext.Current.Request.Params["__CALLBACKPARAM"].Split('|')[0];
 


Reply