Share via


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

ServiceBusReceivedMessage.ContentType 属性

定义

获取内容类型描述符。

public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String

属性值

RFC2045 内容类型描述符。

注解

(可选)描述消息的有效负载,其描述符遵循 RFC2045 第 5 节的格式,例如“application/json”。

适用于