controllerArgs Property (CustomActionEventArgs)
In This Topic
Specifies optional arguments provided by the controller.
It may be used to keep a reference to an HTTP context.
Syntax
'Declaration
Public Property controllerArgs As Object
public object controllerArgs {get; set;}
See Also