HttpRequest.AppRelativeCurrentExecutionFilePath プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
アプリケーション ルートの仮想パスを取得し、ティルダ (~) 表記 ("~/page.aspx" など) を使用した、アプリケーション ルートの相対パスにします。
名前空間: System.Web
アセンブリ: System.Web (system.web.dll 内)
構文
Public ReadOnly Property AppRelativeCurrentExecutionFilePath As String
Dim instance As HttpRequest Dim value As String
value = instance.AppRelativeCurrentExecutionFilePath
public string AppRelativeCurrentExecutionFilePath { get; }
public: property String^ AppRelativeCurrentExecutionFilePath { String^ get (); }
/** @property */ public String get_AppRelativeCurrentExecutionFilePath ()
public function get AppRelativeCurrentExecutionFilePath () : String
プロパティ値
現在の要求に対応するアプリケーション ルートの仮想パス。
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。