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.
WebContentFormat Enumeration
.NET Framework (current version)
Specifies the message formats to which content types of incoming messages can be mapped.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
| Member name | Description | |
|---|---|---|
| Default | The format to map to cannot be determined. | |
| Json | Map to the JSON format. | |
| Raw | Map to the "Raw" binary format. | |
| Xml | Map to the XML format. |
A value of WebContentFormat is returned by an instance of WebContentTypeMapper to indicate the format to which the content type of an incoming message is mapped.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: