你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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</br> - OpenApi 架构使用 application/vnd.oai.openapi.components+json</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

适用于