Web.HTTPApp.TWebFileDispatcher.VirtualPath
Delphi
property VirtualPath;
C++
__property VirtualPath = {default=0};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | published | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebFileDispatcher |
Description
Spécifie le chemin URL aux fichiers.
Spécifie le chemin URL aux fichiers.
Par exemple, si VirtualPath = 'myfiles', pour accéder au fichier ./index.html, l'URL suivante doit être utilisée : http://localhost:8080/myfiles/index.html.