Web.HTTPApp.TCustomWebFileDispatcher.VirtualPath

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property VirtualPath: string read GetVirtualPath write SetVirtualPath;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebFileDispatcher


Description

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.

Voir aussi