HttpRequestWrapper.FilePath 属性

定义

获取当前请求的虚拟路径。

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

属性值

String

当前请求的虚拟路径。

适用于