Web.HTTPApp.TCustomWebFileDispatcher.VirtualPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VirtualPath: string read GetVirtualPath write SetVirtualPath;

C++

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

Properties

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

Description

Specifies the URL path to files.

For example, if VirtualPath = 'myfiles', to access the ./index.html file, the following URL would be used: http://localhost:8080/myfiles/index.html.

See Also