次の方法で共有


SchemaContract.ContentType プロパティ

定義

取得または設定は、RFC 2616 で定義されている Content-Type ヘッダーで使用される有効なメディアの種類である必要があります。 スキーマ ドキュメントのメディアの種類 (application/json、application/xml など)。 </br> - Swagger スキーマの使用application/vnd.ms-azure-apim.swagger.definitions+json</br> - WSDL スキーマの使用&application/vnd.ms-azure-apim.xsd+xml lt;/br> - OpenApi スキーマの使用&application/vnd.oai.openapi.components+json lt;/br> - WADL Schema を使用application/vnd.ms-azure-apim.wadl.grammars+xmlします。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.contentType")]
public string ContentType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.contentType")>]
member this.ContentType : string with get, set
Public Property ContentType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象