ReflectedAsyncActionDescriptor Properties

 

Namespace:   System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubpropertyActionName

Gets the name of the action method.(Overrides ActionDescriptor.ActionName.)

System_CAPS_pubpropertyAsyncMethodInfo

Gets the method information for the asynchronous action method.

System_CAPS_pubpropertyCompletedMethodInfo

Gets the method information for the asynchronous completion method.

System_CAPS_pubpropertyControllerDescriptor

Gets the controller descriptor for the asynchronous action method.(Overrides ActionDescriptor.ControllerDescriptor.)

System_CAPS_pubpropertyMethodInfo

System_CAPS_pubpropertyUniqueId

Gets the lazy initialized unique ID of the instance of this class.(Overrides ActionDescriptor.UniqueId.)

Return to top
Show: