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.

JsonContractResolver Constructor (MediaTypeFormatter^)

 

Initializes a new instance of the JsonContractResolver class.

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

public:
JsonContractResolver(
	MediaTypeFormatter^ formatter
)

Parameters

formatter
Type: System.Net.Http.Formatting::MediaTypeFormatter^

The formatter to use for resolving required members.

Return to top
Show: