HttpRequestWrapper.FilePath 属性
定义
获取当前请求的虚拟路径。Gets the virtual path of the current request.
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
属性值
当前请求的虚拟路径。The virtual path of the current request.