GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / CustomActionEventArgs Class / controllerArgs Property

In This Topic
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