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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.