Web.HTTPApp.TWebFileDispatcher.VirtualPath
Delphi
property VirtualPath: string read GetVirtualPath write SetVirtualPath default 0;
C++
__property VirtualPath = {default=0};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | published | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebFileDispatcher |
Beschreibung
Gibt den URL-Pfad zu Dateien an.
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.