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.
Initializes a new instance of the TempDataDictionary class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected TempDataDictionary(
SerializationInfo info,
StreamingContext context
)
protected:
TempDataDictionary(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The information.
- context
Type: System.Runtime.Serialization.StreamingContext
The controller context.