0
Views
1
Comments
Is there a possibility invoke action by Name
Question
I have multiple Action created and the action name is passed in as parameter, i want to invoke the desired action which is passed in the request. Would it be possible to do that .. is there any reflection or interface apis exist ?  any alternate to it ?
2020-03-05 15-52-45
André Vieira
Staff
Hi Vasanth,

There's no reflection api. The only way i see you doing this is having an action that looks into that parameter and executes the corresponding action.

Cheers,
André
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.