Condividi tramite


DataServiceRequestArgs.ContentType Proprietà

Definizione

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

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

Valore della proprietà

Valore dell'intestazione Content-Type.

Commenti

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

Si applica a