Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentType

Aus RAD Studio API Documentation

Delphi

function GetContentType: string; override;

C++

virtual System::UnicodeString __fastcall GetContentType();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Beschreibung

Gibt den Wert der ContentType-Eigenschaft zurück. Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentType erbt von Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType. Der folgende Inhalt bezieht sich auf Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType.

Gibt den Wert der ContentType-Eigenschaft zurück.

Die Methode GetContentType ist die Leseimplementierung der Eigenschaft ContentType.

Siehe auch