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 Constructor
Namespace:
System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
| Name | Description | |
|---|---|---|
![]() | BaseJsonMediaTypeFormatter() | Initializes a new instance of the BaseJsonMediaTypeFormatter class. |
![]() | BaseJsonMediaTypeFormatter(BaseJsonMediaTypeFormatter^) | Initializes a new instance of the BaseJsonMediaTypeFormatter class. |
BaseJsonMediaTypeFormatter Constructor ()
Initializes a new instance of the BaseJsonMediaTypeFormatter class.
BaseJsonMediaTypeFormatter Constructor (BaseJsonMediaTypeFormatter^)
Initializes a new instance of the BaseJsonMediaTypeFormatter class.
Parameters
- formatter
-
Type:
System.Net.Http.Formatting::BaseJsonMediaTypeFormatter^
The BaseJsonMediaTypeFormatter instance to copy settings from.
Show:
