TaskAsyncActionDescriptor 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_pubpropertyControllerDescriptor

Gets the controller descriptor.(Overrides ActionDescriptor.ControllerDescriptor.)

System_CAPS_pubpropertyMethodInfo

System_CAPS_pubpropertyTaskMethodInfo

Gets information for the asynchronous task.

System_CAPS_pubpropertyUniqueId

Gets the unique ID for the task.(Overrides ActionDescriptor.UniqueId.)

Return to top
Show: