次の方法で共有


DataServiceRequestArgs.AcceptContentType プロパティ

定義

要求メッセージの Accept ヘッダーを取得または設定します。

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

プロパティ値

Accept ヘッダーの値。

注釈

AcceptContentType プロパティの値の検証は実行されません。 したがって、指定された値が HTTP Accept ヘッダーの有効な値であることを確認してください。

適用対象