AsyncManager.Parameters Property

 

Gets the parameters that were passed to the asynchronous completion method.

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

member Parameters : IDictionary<string, Object> with get, private set

Property Value

Type: System.Collections.Generic.IDictionary<StringObject>

The parameters that were passed to the asynchronous completion method.

Return to top
Show: