DataServiceRequestArgs.ContentType Właściwość

Definicja

Pobiera lub ustawia nagłówek Content-Type komunikatu żądania.

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

Wartość właściwości

Wartość nagłówka Content-Type.

Uwagi

Żadna walidacja nie jest wykonywana na wartości ContentType właściwości. Dlatego upewnij się, że dostarczona wartość jest prawidłową wartością nagłówka HTTP Content-Type.

Dotyczy