Using the parameter AuthorizeEventObject
I can get the name of the called method using the property MethodAlias
inside OnUserAuthorize
.
I'd like to get the parameter(s) of this method.
For example, if ReverseString
was called, I'd like to get the Value
parameter inside OnUserAuthorize
Is it possible? How?