WebContentFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the message formats to which content types of incoming messages can be mapped.
public enum class WebContentFormat
public enum WebContentFormat
type WebContentFormat =
Public Enum WebContentFormat
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The format to map to cannot be determined. |
Xml | 1 | Map to the XML format. |
Json | 2 | Map to the JSON format. |
Raw | 3 | Map to the "Raw" binary format. |
Remarks
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.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.