Web.HTTPApp.TWebRequest.PathTranslated

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PathTranslated: string index 5 read GetStringVariable;

C++

__property System::UnicodeString PathTranslated = {read=GetStringVariable, index=5};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Beschreibung

Repräsentiert eine Umformung der Eigenschaft PathInfo in einen vollständigen Pfad auf dem Web-Server.

Mit PathTranslated können Sie sich in einer HTTP-Antwort auf das Verzeichnis des Anforderungsziels beziehen.

Siehe auch