Web.HTTPApp.TWebRequest.RawPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RawPathInfo: string read GetRawPathInfo;

C++

__property System::UnicodeString RawPathInfo = {read=GetRawPathInfo};

Properties

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

Description

Reports the undecoded value of the path information (if any) of the URL specified in the HTTP request message.

Read the RawPathInfo property to obtain the undecoded value of the path information (if any) of the URL specified in the HTTP request message.

See Also