次の方法で共有


ServiceBusReceivedMessage.ContentType プロパティ

定義

コンテンツ タイプ記述子を取得します。

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

プロパティ値

RFC2045 コンテンツ タイプ記述子。

注釈

必要に応じて、RFC2045、セクション 5 の形式 (例: "application/json") に続く記述子を使用して、メッセージのペイロードを記述します。

適用対象