This topic has not yet been rated - Rate this topic

TempDataDictionary.GetObjectData Method

Populates a SerializationInfo class by using the data that is that is required to serialize the target object.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo object to populate with data.
context
Type: System.Runtime.Serialization.StreamingContext
The destination for this serialization. For more information, see StreamingContext.
ExceptionCondition
SecurityException

The caller does not have the required permission.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.