Web.HTTPApp.TWebRequest.PathTranslated
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 レスポンスメッセージ内でリクエストターゲットの場所を参照できます。