Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

JsonResult<T>::SerializerSettings Property

 

Gets the serializer settings.

Namespace:   System.Web.Http.Results
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property JsonSerializerSettings^ SerializerSettings {
	JsonSerializerSettings^ get();
}

Property Value

Type: Newtonsoft.Json::JsonSerializerSettings^

The serializer settings.

Return to top
Show: