Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Property Parameters As IDictionary(Of String, Object)
Get
Private Set
public IDictionary<string, Object> Parameters { get; private set; }
public:
property IDictionary<String^, Object^>^ Parameters {
IDictionary<String^, Object^>^ get ();
private: void set (IDictionary<String^, Object^>^ value);
}
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The parameters that were passed to the asynchronous completion method.
Examples
A Visual Studio project with source code is available to accompany this topic: Download.