Web.HTTPApp.TWebRequest.InternalScriptName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InternalScriptName: string read GetInternalScriptName;

C++

__property System::UnicodeString InternalScriptName = {read=GetInternalScriptName};

Properties

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

Description

Returns the ScriptName part of the URL.

InternalScriptName contains the script name portion of the URL, which specifies the name of a Web server application. This property generally contains the same information as ScriptName. To ensure cross platform code compatibility, use InternalScriptName instead of ScriptName.

Note: On Windows, this property varies slightly from ScriptName if the application has an embedded test server. In that case, information specific to the test server is contained in the InternalScriptName instead of the InternalPathInfo.

See Also