HttpRequestWrapper.AppRelativeCurrentExecutionFilePath 属性

定义

获取应用程序根的虚拟路径,并使用应用程序根的平铺表示法(如“~/page.aspx”中所示)进行相对的表示法。

public:
 virtual property System::String ^ AppRelativeCurrentExecutionFilePath { System::String ^ get(); };
public override string AppRelativeCurrentExecutionFilePath { get; }
member this.AppRelativeCurrentExecutionFilePath : string
Public Overrides ReadOnly Property AppRelativeCurrentExecutionFilePath As String

属性值

添加了波形符运算符的当前请求的应用程序根目录的虚拟路径。

适用于