Web.Win.IsapiHTTP.TISAPIRequest.GetRawPathInfo

From RAD Studio API Documentation

Delphi

function GetRawPathInfo: AnsiString; override;

C++

virtual System::AnsiString __fastcall GetRawPathInfo(void);

Properties

Type Visibility Source Unit Parent
function protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIRequest

Description

Provides the virtual getter method of returning the raw path info portion of the URL. {{#multireplace:Web.Win.IsapiHTTP.TISAPIRequest.GetRawPathInfo|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebRequest.GetRawPathInfo|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebRequest.GetRawPathInfo|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Provides the virtual getter method of returning the raw path info portion of the URL.

GetRawPathInfo provides the virtual getter method of returning the the raw path info portion of the URL. GetRawPathInfo is the getter method for RawPathInfo.

See Also