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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET