Web.HTTPApp.TCustomWebFileDispatcher.VirtualPath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property VirtualPath: string read GetVirtualPath write SetVirtualPath;

C++

__property System::UnicodeString VirtualPath = {read=GetVirtualPath, write=SetVirtualPath};

Eigenschaften

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


Beschreibung

Gibt den URL-Pfad zu Dateien an.

Zum Beispiel: Wenn VirtualPath = 'myfiles', dann würde für den Zugriff auf die Datei ./index.html der folgende URL verwendet: http://localhost:8080/myfiles/index.html.

Siehe auch