Json.NET - Quick Starts & API Documentation
Context Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► Context
Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public StreamingContext Context { get; set; }
Public Property Context As StreamingContext Get Set
public: property StreamingContext Context { StreamingContext get (); void set (StreamingContext value); }
Value
The context.