次の方法で共有


IncomingWebResponseContext.ContentType プロパティ

定義

受信 Web 応答からコンテンツ タイプのヘッダーを取得します。

public:
 property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String

プロパティ値

受信 Web 応答のコンテンツ タイプのヘッダー。

適用対象