Web.HTTPApp.TWebRequest.RawPathInfo
Delphi
property RawPathInfo: AnsiString read GetRawPathInfo;
C++
__property System::AnsiString 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.