Condividi tramite


Proprietà DataServiceRequestArgs.ContentType

Ottiene o imposta l'intestazione Content-Type del messaggio di richiesta.

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public Property ContentType As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
Valore dell'intestazione Content-Type.

Osservazioni

Non viene eseguita alcuna convalida del valore della proprietà ContentType. Verificare pertanto che il valore fornito sia valido per un'intestazione HTTP Content-Type.

Vedere anche

Riferimento

DataServiceRequestArgs Classe

Spazio dei nomi System.Data.Services.Client