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.

JsonMediaTypeFormatter.UseDataContractJsonSerializer Property

 

Gets or sets a value indicating whether to use DataContractJsonSerializer by default.

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

Public Property UseDataContractJsonSerializer As Boolean

Property Value

Type: System.Boolean

true if to DataContractJsonSerializer by default; otherwise, false.

Return to top
Show: