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.

BaseJsonMediaTypeFormatter.SerializerSettings Property

 

Gets or sets the JsonSerializerSettings used to configure the JsonSerializer.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Public Property SerializerSettings As JsonSerializerSettings

Property Value

Type: Newtonsoft.Json.JsonSerializerSettings

The JsonSerializerSettings used to configure the JsonSerializer.

Return to top
Show: