ContentDispositionHeaderValue.DispositionType プロパティ

定義

コンテンツのボディ部の配置タイプです。

public:
 property System::String ^ DispositionType { System::String ^ get(); void set(System::String ^ value); };
public string DispositionType { get; set; }
member this.DispositionType : string with get, set
Public Property DispositionType As String

プロパティ値

配置タイプ。

注釈

本文パーツは、メッセージの表示時に自動的に表示されるように意図されている場合は、"inline" のプロパティでマーク DispositionType する必要があります。 本文部分は、HTTP 要求または応答のメイン本文とは別であることを示すために、"attachment" プロパティでDispositionType指定できます。

適用対象