HttpRequestWrapper.Path 属性

定义

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

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

属性值

当前请求的虚拟路径。

适用于