Web.HTTPApp.TWebRequest.PathTranslated

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PathTranslated: string index 5 read GetStringVariable;

C++

__property System::UnicodeString PathTranslated = {read=GetStringVariable, index=5};

プロパティ

種類 可視性 ソース ユニット
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

説明

PathInfo プロパティの値を絶対パスに変換した値を表します。

PathTranslated プロパティを使用すると,HTTP レスポンスメッセージ内でリクエストターゲットの場所を参照できます。

関連項目