Web.CGIHTTP.TCGIRequest.TranslateURI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TranslateURI(const URI: string): string; override;

C++

virtual System::UnicodeString __fastcall TranslateURI(const System::UnicodeString URI);

Properties

Type Visibility Source Unit Parent
function public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TCGIRequest

Description

Provides a method to translate a Uniform Resource Identifier (URI) into an internal representation of a location on the server.

Descendants of TCGIRequest implement TranslateURI. TranslateURI is used to translate the URI specified in a client request into a format that can be used by the server application. TranslateURI is not relevant to CGI applications.

See Also