次の方法で共有


DataServiceRequestArgs.ContentType プロパティ

定義

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

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

プロパティ値

Content-Type ヘッダーの値。

注釈

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

適用対象