DataServiceRequestArgs.ContentType プロパティ
要求メッセージの Content-Type ヘッダーを取得または設定します。
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Property ContentType As String
Get
Set
'使用
Dim instance As DataServiceRequestArgs
Dim value As String
value = instance.ContentType
instance.ContentType = value
public string ContentType { get; set; }
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}
member ContentType : string with get, set
function get ContentType () : String
function set ContentType (value : String)
プロパティ値
型: System.String
Content-Type ヘッダーの値。
説明
ContentType プロパティの値の検証は実行されません。 したがって、指定された値が HTTP Content-Type ヘッダーの有効な値であることを確認してください。