Skip to main content
Answer

get action name by code

  • September 17, 2021
  • 1 reply
  • 173 views

Hello,

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

Best regards.

Best answer by mohamed1walha

resolved !!

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

1 reply

  • Author
  • Jr Varsity II
  • Answer
  • September 17, 2021

resolved !!

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